Spread Silverlight Documentation
ExcelStyles Property (IExcelWorkbook)


GrapeCity.Excel Namespace > IExcelWorkbook Interface : ExcelStyles Property
Gets the excel styles used in the workbook.
Syntax
'Declaration
 
ReadOnly Property ExcelStyles As System.Collections.Generic.List(Of IExcelStyle)
'Usage
 
Dim instance As IExcelWorkbook
Dim value As System.Collections.Generic.List(Of IExcelStyle)
 
value = instance.ExcelStyles
System.Collections.Generic.List<IExcelStyle> ExcelStyles {get;}

Property Value

The excel styles.
See Also

Reference

IExcelWorkbook Interface
IExcelWorkbook Members