Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / StructuredItemSpecifiers Enumeration


In This Topic
    StructuredItemSpecifiers Enumeration
    In This Topic
    Represents item specifiers of the structured object.
    Syntax
    'Declaration
     
    
    Public Enum StructuredItemSpecifiers 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As StructuredItemSpecifiers
    public enum StructuredItemSpecifiers : System.Enum 
    Members
    MemberDescription
    AllThe entire table, including column headers, data, and totals (if any).
    DataJust the data rows.
    DefaultDefault item specifier. It has same effect with Data.
    HeadersJust the header row.
    RowHeadersThe row headers
    ThisRowJust the cells in the same row as the formula.
    TotalsJust the total row. If none exists, then it returns null.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.CalcEngine.StructuredItemSpecifiers

    See Also