Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / TableStyleName Property


In This Topic
TableStyleName Property
In This Topic
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

Property Value

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