Spread Silverlight Documentation
GetTableStyles Method


GrapeCity.Excel Namespace > IExcelTableWriter Interface : GetTableStyles Method
Get all table styles defined in the current workbook
Syntax
'Declaration
 
Function GetTableStyles() As System.Collections.Generic.List(Of IExcelTableStyle)
'Usage
 
Dim instance As IExcelTableWriter
Dim value As System.Collections.Generic.List(Of IExcelTableStyle)
 
value = instance.GetTableStyles()
System.Collections.Generic.List<IExcelTableStyle> GetTableStyles()

Return Value

A collection of IExcelTableStyle instances represents table styles.
See Also

Reference

IExcelTableWriter Interface
IExcelTableWriter Members