Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableStyleElement Structure
Members


TableStyleElement Structure
Represents a single table style element.
Syntax
'Declaration
 
Public Structure TableStyleElement 
   Inherits System.ValueType
 
'Usage
 
Dim instance As TableStyleElement
Remarks
Table styles define formatting for one or all of the elements of a table, PivotTable, or slicer. Each table style element in a table can have formatting specified in a table style applied to the element.
Inheritance Hierarchy

System.Object
   System.ValueType
      GrapeCity.Spreadsheet.TableStyleElement

See Also