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