public enum ENTableStyleOptions : System.Enum
public enum ENTableStyleOptions : System.Enum
Member | Description |
---|---|
All | Denotes that all style options are turned on. |
EvenColumn | Denotes an even column, i.e. the 2-nd column, the 4-th column, etc. |
EvenRow | Denotes an even row, i.e. the 2-nd row, the 4-th row, etc. |
FirstColumn | Denotes the first column. |
FirstRow | Denotes the first row. |
LastColumn | Denotes the last column. |
LastRow | Denotes the last row. |
None | None of the table part rules should be applied. |
OddColumn | Denotes an odd row, i.e. the 1-st column, the 3-rd column, etc. |
OddRow | Denotes and odd row, i.e. the 1-st row, the 3-rd row, etc. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Text.ENTableStyleOptions
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)