[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.StructuredItemSpecifiers

StructuredItemSpecifiers Enum

Represents item specifiers of the structured object.

Namespace: GrapeCity.CalcEngine
Assembly: GrapeCity.CalcEngine.dll
Syntax
public enum StructuredItemSpecifiers : byte
Public Enum StructuredItemSpecifiers As Byte

Fields

Name Description
All

The entire table, including column headers, data, and totals (if any).

Data

Just the data rows.

Default

Default item specifier. It has same effect with Data.

Headers

Just the header row.

RowHeaders

The row headers

ThisRow

Just the cells in the same row as the formula.

Totals

Just the total row. If none exists, then it returns null.