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


In This Topic
    BuiltInTableStyles Enumeration
    In This Topic
    Represents all built-in table styles.
    Syntax
    'Declaration
     
    
    Public Enum BuiltInTableStyles 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BuiltInTableStyles
    public enum BuiltInTableStyles : System.Enum 
    Members
    MemberDescription
    TableStyleDark1Table Style Dark 1
    TableStyleDark10Table Style Dark 10
    TableStyleDark11Table Style Dark 11
    TableStyleDark2Table Style Dark 2
    TableStyleDark3Table Style Dark 3
    TableStyleDark4Table Style Dark 4
    TableStyleDark5Table Style Dark 5
    TableStyleDark6Table Style Dark 6
    TableStyleDark7Table Style Dark 7
    TableStyleDark8Table Style Dark 8
    TableStyleDark9Table Style Dark 9
    TableStyleLight1Table Style Light 1
    TableStyleLight10Table Style Light 10
    TableStyleLight11Table Style Light 11
    TableStyleLight12Table Style Light 12
    TableStyleLight13Table Style Light 13
    TableStyleLight14Table Style Light 14
    TableStyleLight15Table Style Light 15
    TableStyleLight16Table Style Light 16
    TableStyleLight17Table Style Light 17
    TableStyleLight18Table Style Light 18
    TableStyleLight19Table Style Light 19
    TableStyleLight2Table Style Light 2
    TableStyleLight20Table Style Light 20
    TableStyleLight21Table Style Light 21
    TableStyleLight3Table Style Light 3
    TableStyleLight4Table Style Light 4
    TableStyleLight5Table Style Light 5
    TableStyleLight6Table Style Light 6
    TableStyleLight7Table Style Light 7
    TableStyleLight8Table Style Light 8
    TableStyleLight9Table Style Light 9
    TableStyleMedium1Table Style Medium 1
    TableStyleMedium10Table Style Medium 10
    TableStyleMedium11Table Style Medium 11
    TableStyleMedium12Table Style Medium 12
    TableStyleMedium13Table Style Medium 13
    TableStyleMedium14Table Style Medium 14
    TableStyleMedium15Table Style Medium 15
    TableStyleMedium16Table Style Medium 16
    TableStyleMedium17Table Style Medium 17
    TableStyleMedium18Table Style Medium 18
    TableStyleMedium19Table Style Medium 19
    TableStyleMedium2Table Style Medium 2
    TableStyleMedium20Table Style Medium 20
    TableStyleMedium21Table Style Medium 21
    TableStyleMedium22Table Style Medium 22
    TableStyleMedium23Table Style Medium 23
    TableStyleMedium24Table Style Medium 24
    TableStyleMedium25Table Style Medium 25
    TableStyleMedium26Table Style Medium 26
    TableStyleMedium27Table Style Medium 27
    TableStyleMedium28Table Style Medium 28
    TableStyleMedium3Table Style Medium 3
    TableStyleMedium4Table Style Medium 4
    TableStyleMedium5Table Style Medium 5
    TableStyleMedium6Table Style Medium 6
    TableStyleMedium7Table Style Medium 7
    TableStyleMedium8Table Style Medium 8
    TableStyleMedium9Table Style Medium 9
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.BuiltInTableStyles

    See Also