Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableStyleSettings Enumeration


TableStyleSettings Enumeration
Syntax
'Declaration
 
Public Enum TableStyleSettings 
   Inherits System.Enum
 
'Usage
 
Dim instance As TableStyleSettings
Members
MemberDescription
ColumnStripesIndicates whether column stripe formatting is applied.
FirstColumnIndicates whether the first column in the table should have the style applied.
LastColumnIndicates whether the last column in the table should have the style applied.
NoneIndicates that there is no style applied.
RowStripesIndicates whether row stripe formatting is applied.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.TableStyleSettings

See Also