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


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

    Property Value

    The excel styles.
    See Also