Spread Windows Forms 12.0 Product Documentation
TableStyleName Property


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

Property Value

A string value indicates which style will be applied to this ITable.
See Also

Reference

ITable Interface
ITable Members