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


In This Topic
    TableStyle Property (Table)
    In This Topic
    Gets the TableStyle indicates which style will be applied to this Table.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TableStyle As TableStyle
    'Usage
     
    
    Dim instance As Table
    Dim value As TableStyle
     
    value = instance.TableStyle
    public TableStyle TableStyle {get;}

    Property Value

    A TableStyle object indicates which style will be applied to this Table.
    See Also