Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableStyleElement Structure
Members


In This Topic
    TableStyleElement Structure
    In This Topic
    Represents a single table style element.
    Syntax
    'Declaration
     
    
    Public Structure TableStyleElement 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As TableStyleElement
    public struct TableStyleElement : System.ValueType 
    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