Spread Silverlight Documentation
GetExcelStyles Method


GrapeCity.Excel Namespace > IExcelWriter Interface : GetExcelStyles Method
Gets the excel styles used in the current workbook
Syntax
'Declaration
 
Function GetExcelStyles() As System.Collections.Generic.List(Of IExcelStyle)
'Usage
 
Dim instance As IExcelWriter
Dim value As System.Collections.Generic.List(Of IExcelStyle)
 
value = instance.GetExcelStyles()
System.Collections.Generic.List<IExcelStyle> GetExcelStyles()

Return Value

A collection of IExcelStyle instances used in the current workbook
See Also

Reference

IExcelWriter Interface
IExcelWriter Members