Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorkbook Class / TableStyles Property


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