SetAutoGroupField
SetAutoGroupField(int)
Legt die automatische Feldgruppe nach PivotTable fest.
public void SetAutoGroupField(int baseFieldIndex)
Parameter | Typ | Beschreibung |
---|---|---|
baseFieldIndex | Int32 | Der Zeilen- oder Spaltenfeldindex in den Basisfeldern |
Siehe auch
- class PivotTable
- namensraum Aspose.Cells.Pivot
- Montage Aspose.Cells
SetAutoGroupField(PivotField)
Legt die automatische Feldgruppe nach PivotTable fest.
public void SetAutoGroupField(PivotField pivotField)
Parameter | Typ | Beschreibung |
---|---|---|
pivotField | PivotField | Das Zeilen- oder Spaltenfeld in den spezifischen Feldern |
Siehe auch
- class PivotField
- class PivotTable
- namensraum Aspose.Cells.Pivot
- Montage Aspose.Cells