Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorkbook Interface / TableStyles Property


In This Topic
    TableStyles Property (IExcelWorkbook)
    In This Topic
    Get the table styles used in the current workbook
    Syntax
    'Declaration
     
    ReadOnly Property TableStyles As List(Of IExcelTableStyle)
    'Usage
     
    Dim instance As IExcelWorkbook
    Dim value As List(Of IExcelTableStyle)
     
    value = instance.TableStyles
    List<IExcelTableStyle> TableStyles {get;}
    See Also