Aspose::Cells::Pivot::PivotTable::Move method
PivotTable::Move(int32_t, int32_t) method
Moves the PivotTable to a different location in the worksheet.
Deprecated
Use PivotTable.MoveTo() method instead.
void Aspose::Cells::Pivot::PivotTable::Move(int32_t row, int32_t column)
Parameter | Type | Description |
---|---|---|
row | int32_t | row index. |
column | int32_t | 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 Vector
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotTable::Move(const U16String&) method
Moves the PivotTable to a different location in the worksheet.
Deprecated
Use PivotTable.MoveTo() method instead.
void Aspose::Cells::Pivot::PivotTable::Move(const U16String &destCellName)
Parameter | Type | Description |
---|---|---|
destCellName | const U16String& | 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 Vector
- Class U16String
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotTable::Move(const char16_t*) method
Moves the PivotTable to a different location in the worksheet.
Deprecated
Use PivotTable.MoveTo() method instead.
void Aspose::Cells::Pivot::PivotTable::Move(const char16_t *destCellName)
Parameter | Type | Description |
---|---|---|
destCellName | const char16_t* | 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 Vector
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++