GrapeCity.Xaml.Excel
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
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options