Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableStyle Interface / TableStyleElements Property


In This Topic
TableStyleElements Property
In This Topic
Gets the table style elements.
Syntax
'Declaration
 
ReadOnly Property TableStyleElements As ITableStyleElements
 
'Usage
 
Dim instance As ITableStyle
Dim value As ITableStyleElements
 
value = instance.TableStyleElements

Property Value

An ITableStyleElements object represents all table style elements.
See Also