Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / TableStyle Property


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

    Property Value

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