GridCells.CopyRows

GridCells.CopyRows method

Copies data and formattings of some whole rows.

public void CopyRows(GridCells sourceCells, int sourceRowIndex, int destinationRowIndex, 
    int rowNumber)
ParameterTypeDescription
sourceCellsGridCellsSource Cells object contains data and formattings to copy.
sourceRowIndexInt32Source row index.
destinationRowIndexInt32Destination row index.
rowNumberInt32The copied row number.

See Also