'Declaration Public Enum StructedItemSpecifiers Inherits System.Enum
'Usage Dim instance As StructedItemSpecifiers
public enum StructedItemSpecifiers : System.Enum
'Declaration Public Enum StructedItemSpecifiers Inherits System.Enum
'Usage Dim instance As StructedItemSpecifiers
public enum StructedItemSpecifiers : 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. |
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.StructedItemSpecifiers