GrapeCity.Xaml.Excel
ExcelStyles Property (ExcelWorkbook)


GrapeCity.Excel Namespace > ExcelWorkbook Class : ExcelStyles Property
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

Reference

ExcelWorkbook Class
ExcelWorkbook Members