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)
Parameter | Type | Description |
---|---|---|
sourceArea | const CellArea& | The range which should be moved. |
destRow | int32_t | The dest row. |
destColumn | int32_t | The dest column. |
See Also
- Class Vector
- Class CellArea
- Class Cells
- Namespace Aspose::Cells
- Library Aspose.Cells for C++