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)
Parameter | Type | Description |
---|---|---|
destRow | int32_t | The start row of the dest range. |
destColumn | int32_t | The start column of the dest range. |
See Also
- Class Vector
- Class Range
- Namespace Aspose::Cells
- Library Aspose.Cells for C++