PivotFieldGroupingInfo Members
Provides access to range grouping characteristics.Properties
| Name | Description |
|---|---|
| BaseFieldIndex | Gets an index of the field in the PivotTable.Fields collection. |
| DefaultEndValue | Gets the default ending range value which is the maximum value of the field data. |
| DefaultStartValue | Gets the default starting range value which is the minimum value of the field data. |
| EndValue | Gets the ending value for range grouping. |
| GroupBy | Gets the grouping type. |
| Interval | Gets the grouping interval for numeric range grouping, for date range grouping returns number of days to group by. |
| StartValue | Gets the starting value for range grouping. |
See Also