Spread Silverlight Documentation
TableStyles Property (ExcelWorkbook)


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

Reference

ExcelWorkbook Class
ExcelWorkbook Members