Spread Silverlight Documentation
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 System.Collections.Generic.List(Of IExcelStyle)
'Usage
 
Dim instance As ExcelWorkbook
Dim value As System.Collections.Generic.List(Of IExcelStyle)
 
value = instance.ExcelStyles
public System.Collections.Generic.List<IExcelStyle> ExcelStyles {get;}

Property Value

The excel styles.
See Also

Reference

ExcelWorkbook Class
ExcelWorkbook Members