Spread Windows Forms 12.0 Product Documentation
TableStyleSettings Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : TableStyleSettings Enumeration
Syntax
'Declaration
 
Public Enum TableStyleSettings 
   Inherits System.Enum
'Usage
 
Dim instance As TableStyleSettings
public enum TableStyleSettings : System.Enum 
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

Reference

GrapeCity.Spreadsheet Namespace