PivotTable.Move
Move(int, int)
Moves the PivotTable to a different location in the worksheet.
[Obsolete("Use PivotTable.MoveTo() method instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public void Move(int row, int column)
Parameter | Type | Description |
---|---|---|
row | Int32 | row index. |
column | Int32 | column index. |
Remarks
NOTE: This property is now obsolete. Instead, please use PivotTable.MoveTo() method. This method will be removed 12 months later since December 2024. Aspose apologizes for any inconvenience you may have experienced.
See Also
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
Move(string)
Moves the PivotTable to a different location in the worksheet.
[Obsolete("Use PivotTable.MoveTo() method instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public void Move(string destCellName)
Parameter | Type | Description |
---|---|---|
destCellName | String | the dest cell name. |
Remarks
NOTE: This property is now obsolete. Instead, please use PivotTable.MoveTo() method. This method will be removed 12 months later since December 2024. Aspose apologizes for any inconvenience you may have experienced.
See Also
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells