Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableStyleSettings Enumeration


In This Topic
    TableStyleSettings Enumeration
    In This Topic
    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