GridPivotTableCollection.RemoveAt
RemoveAt(int)
Remove the PivotTable at the specified index.
public void RemoveAt(int index)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | The zero based index of the element. |
See Also
- class GridPivotTableCollection
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop
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 GridPivotTableCollection
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop