Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / TableStyles Property


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

    Property Value

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