'Declaration
Public Enum TableStyleSettings Inherits System.Enum
'Usage
Dim instance As TableStyleSettings
public enum TableStyleSettings : System.Enum
'Declaration
Public Enum TableStyleSettings Inherits System.Enum
'Usage
Dim instance As TableStyleSettings
public enum TableStyleSettings : System.Enum
Member | Description |
---|---|
ColumnStripes | Indicates whether column stripe formatting is applied. |
FirstColumn | Indicates whether the first column in the table should have the style applied. |
LastColumn | Indicates whether the last column in the table should have the style applied. |
None | Indicates that there is no style applied. |
RowStripes | Indicates whether row stripe formatting is applied. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.TableStyleSettings