GrapeCity.Xaml.Excel
GetExcelStyles Method


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

Return Value

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

Reference

IExcelWriter Interface
IExcelWriter Members