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


In This Topic
    ExcelStyles Property (ExcelWorkbook)
    In This Topic
    Gets the excel styles used in the workbook.
    Syntax
    'Declaration
     
    Public ReadOnly Property ExcelStyles As List(Of IExcelStyle)
    'Usage
     
    Dim instance As ExcelWorkbook
    Dim value As List(Of IExcelStyle)
     
    value = instance.ExcelStyles
    public List<IExcelStyle> ExcelStyles {get;}

    Property Value

    The excel styles.
    See Also