GridCells.CopyRows
GridCells.CopyRows method
Copies data and formattings of some whole rows.
public void CopyRows(GridCells sourceCells, int sourceRowIndex, int destinationRowIndex,
int rowNumber)
| Parameter | Type | Description |
|---|---|---|
| sourceCells | GridCells | Source Cells object contains data and formattings to copy. |
| sourceRowIndex | Int32 | Source row index. |
| destinationRowIndex | Int32 | Destination row index. |
| rowNumber | Int32 | The copied row number. |
See Also
- class GridCells
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop