Aspose::Cells::Cells::MoveRange method

Cells::MoveRange method

Moves the range.

void Aspose::Cells::Cells::MoveRange(const CellArea &sourceArea, int32_t destRow, int32_t destColumn)
ParameterTypeDescription
sourceAreaconst CellArea&The range which should be moved.
destRowint32_tThe dest row.
destColumnint32_tThe dest column.

See Also