Spread Windows Forms 12.0 Product Documentation
StructuredItemSpecifiers Enumeration


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace : StructuredItemSpecifiers Enumeration
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.
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

Reference

GrapeCity.CalcEngine Namespace