Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / TableStyleSetting Property


In This Topic
    TableStyleSetting Property
    In This Topic
    Gets or sets the TableStyleSetting value indicates which style will be applied.
    Syntax
    'Declaration
     
    
    Public Property TableStyleSetting As TableStyleSettings
    'Usage
     
    
    Dim instance As Table
    Dim value As TableStyleSettings
     
    instance.TableStyleSetting = value
     
    value = instance.TableStyleSetting
    public TableStyleSettings TableStyleSetting {get; set;}

    Property Value

    A TableStyleSetting value indicates which style will be applied.
    See Also