[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.AutoGroup

AutoGroup Method

AutoGroup(IPivotTable, int)

Automatically groups the pivot fields in a PivotTable.

Declaration
public static Command AutoGroup(IPivotTable pvTable, int fieldIndex)
Public Shared Function AutoGroup(pvTable As IPivotTable, fieldIndex As Integer) As Command
Parameters
Type Name Description
IPivotTable pvTable
int fieldIndex

The index of IPivotField

Returns
Type Description
Command

A auto group command.