Back to Devexpress

PivotField.GroupItems Method

officefileapi-devexpress-dot-spreadsheet-dot-pivotfield-dot-groupitems.md

latest1.4 KB
Original Source

PivotField.GroupItems Method

NameParametersDescription
GroupItems(PivotFieldGroupByType)groupByPerforms grouping of the specified type in the current field.
GroupItems(PivotGroupingValue, PivotGroupingValue, Double, PivotFieldGroupByType)startValue, endValue, interval, groupByPerforms field grouping using the specified grouping properties.
GroupItems(IEnumerable<Int32>)itemIndicesGroups the specified items in the field.
GroupItems(DateTime, DateTime, Int32, PivotFieldGroupByType)startValue, endValue, interval, groupByPerforms grouping by dates in the specified interval.
GroupItems(Double, Double, Double)startValue, endValue, intervalPerforms numeric grouping in the current field.