PivotTableCollection.RemoveAt
RemoveAt(int)
Deletes the PivotTable at the specified index and delete the PivotTable data
public void RemoveAt(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | the position index in PivotTable collection |
See Also
- class PivotTableCollection
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
RemoveAt(int, bool)
Deletes the PivotTable at the specified index
public void RemoveAt(int index, bool keepData)
Parameter | Type | Description |
---|---|---|
index | Int32 | the position index in PivotTable collection |
keepData | Boolean | Whether to keep the PivotTable data |
See Also
- class PivotTableCollection
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells