Spread Windows Forms 12.0 Product Documentation
TableStyle Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITable Interface : TableStyle Property
Gets the TableStyle indicates which style will be applied to this ITable.
Syntax
'Declaration
 
Property TableStyle As ITableStyle
'Usage
 
Dim instance As ITable
Dim value As ITableStyle
 
instance.TableStyle = value
 
value = instance.TableStyle
ITableStyle TableStyle {get; set;}

Property Value

A TableStyle object indicates which style will be applied to this ITable.
See Also

Reference

ITable Interface
ITable Members