Spread Windows Forms 11.0 Product Documentation
StructedItemSpecifiers Enumeration


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace : StructedItemSpecifiers Enumeration
Syntax
'Declaration
 
Public Enum StructedItemSpecifiers 
   Inherits System.Enum
'Usage
 
Dim instance As StructedItemSpecifiers
public enum StructedItemSpecifiers : 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.
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.StructedItemSpecifiers

See Also

Reference

GrapeCity.CalcEngine Namespace