Spread Silverlight Documentation
TableStyles Property (IExcelWorkbook)


GrapeCity.Excel Namespace > IExcelWorkbook Interface : TableStyles Property
Get the table styles used in the current workbook
Syntax
'Declaration
 
ReadOnly Property TableStyles As System.Collections.Generic.List(Of IExcelTableStyle)
'Usage
 
Dim instance As IExcelWorkbook
Dim value As System.Collections.Generic.List(Of IExcelTableStyle)
 
value = instance.TableStyles
System.Collections.Generic.List<IExcelTableStyle> TableStyles {get;}
See Also

Reference

IExcelWorkbook Interface
IExcelWorkbook Members