Cut and Paste Range with Golang via C++
Contents
[
Hide
]
Cut and Paste Cells
Aspose.Cells provides you with the ability to cut and paste cells within a worksheet by using the InsertCutCells method of the Cells collection. The InsertCutCells method accepts the following parameters:
- Range: The range of cells to be cut.
- Row Index: The index of the row where cells will be inserted.
- Column Index: The index of the column where cells will be inserted.
- ShiftType: The shift direction for the cells.
The following example shows how to cut and paste cells within a worksheet.