Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / StructuredItemSpecifiers Enumeration


StructuredItemSpecifiers Enumeration
Represents item specifiers of the structured object.
Syntax
'Declaration
 
Public Enum StructuredItemSpecifiers 
   Inherits System.Enum
 
'Usage
 
Dim instance As StructuredItemSpecifiers
Members
MemberDescription
AllThe entire table, including column headers, data, and totals (if any).
DataJust the data rows.
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