[]
Represents item specifiers of the structured object.
public enum StructuredItemSpecifiers : byte
Public Enum StructuredItemSpecifiers As Byte
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. |