Cells.CopyRow

Cells.CopyRow method

Copies data and formats of a whole row.

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

See Also