Aspose::Cells::Range::MoveTo method

Range::MoveTo method

Move the current range to the dest range.

void Aspose::Cells::Range::MoveTo(int32_t destRow, int32_t destColumn)
ParameterTypeDescription
destRowint32_tThe start row of the dest range.
destColumnint32_tThe start column of the dest range.

See Also