Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / TableStyles Property


In This Topic
    TableStyles Property (Workbook)
    In This Topic
    Gets the collection of table styles that are used in the workbook.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TableStyles As ITableStyles
    'Usage
     
    
    Dim instance As Workbook
    Dim value As ITableStyles
     
    value = instance.TableStyles
    public ITableStyles TableStyles {get;}

    Property Value

    An ITableStyles collection that contains the table styles that are used in the workbook.
    See Also