Aspose::Cells::Pivot::PivotTable::Move method
Contents
[
Hide
]PivotTable::Move(int32_t, int32_t) method
Moves the PivotTable to a different location in the worksheet.
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. |
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.
void Aspose::Cells::Pivot::PivotTable::Move(const U16String &destCellName)
Parameter | Type | Description |
---|---|---|
destCellName | const U16String& | the dest cell name. |
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.
void Aspose::Cells::Pivot::PivotTable::Move(const char16_t *destCellName)
Parameter | Type | Description |
---|---|---|
destCellName | const char16_t* | the dest cell name. |
See Also
- Class Vector
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++