RemoveAt
RemoveAt(int)
Löscht die PivotTable am angegebenen Index und löscht die PivotTable data
public void RemoveAt(int index)
Parameter | Typ | Beschreibung |
---|---|---|
index | Int32 | der Positionsindex in der PivotTable-Auflistung |
Siehe auch
- class PivotTableCollection
- namensraum Aspose.Cells.Pivot
- Montage Aspose.Cells
RemoveAt(int, bool)
Löscht die PivotTable am angegebenen Index
public void RemoveAt(int index, bool keepData)
Parameter | Typ | Beschreibung |
---|---|---|
index | Int32 | der Positionsindex in der PivotTable-Auflistung |
keepData | Boolean | Ob die PivotTable-Daten beibehalten werden sollen |
Siehe auch
- class PivotTableCollection
- namensraum Aspose.Cells.Pivot
- Montage Aspose.Cells