Aspose::Cells::Pivot::PivotTable::Move method

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)
ParameterTypeDescription
rowint32_trow index.
columnint32_tcolumn index.

See Also

PivotTable::Move(const U16String&) method

Moves the PivotTable to a different location in the worksheet.

void Aspose::Cells::Pivot::PivotTable::Move(const U16String &destCellName)
ParameterTypeDescription
destCellNameconst U16String&the dest cell name.

See Also

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)
ParameterTypeDescription
destCellNameconst char16_t*the dest cell name.

See Also