Spread WPF 18
GrapeCity.Spreadsheet Namespace / TableStyleSettings Enumeration


In This Topic
    TableStyleSettings Enumeration
    In This Topic
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum TableStyleSettings 
       Inherits System.Enum
    'Usage
     
    Dim instance As TableStyleSettings
    [Flags()]
    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