GridCells.CopyRow

GridCells.CopyRow method

Copies data and formattings of a whole row.

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

See Also