Spread Windows Forms 12.0 Product Documentation
TableStyles Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorkbook Interface : TableStyles Property
Gets the collection of table styles that are used in the workbook.
Syntax
'Declaration
 
ReadOnly Property TableStyles As ITableStyles
'Usage
 
Dim instance As IWorkbook
Dim value As ITableStyles
 
value = instance.TableStyles
ITableStyles TableStyles {get;}

Property Value

An ITableStyles collection that contains the table styles that are used in the workbook.
See Also

Reference

IWorkbook Interface
IWorkbook Members