'Declaration
Public Enum StructuredItemSpecifiers Inherits System.Enum
'Usage
Dim instance As StructuredItemSpecifiers
public enum StructuredItemSpecifiers : System.Enum
'Declaration
Public Enum StructuredItemSpecifiers Inherits System.Enum
'Usage
Dim instance As StructuredItemSpecifiers
public enum StructuredItemSpecifiers : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.CalcEngine.StructuredItemSpecifiers