Cells.CopyRows

CopyRows(Cells, int, int, int)

Copies data and formats of some whole rows.

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

See Also


CopyRows(Cells, int, int, int, CopyOptions)

Copies data and formats of some whole rows.

public void CopyRows(Cells sourceCells0, int sourceRowIndex, int destinationRowIndex, 
    int rowNumber, CopyOptions copyOptions)
ParameterTypeDescription
sourceCells0CellsSource Cells object contains data and formats to copy.
sourceRowIndexInt32Source row index.
destinationRowIndexInt32Destination row index.
rowNumberInt32The copied row number.
copyOptionsCopyOptionsThe copy options.

See Also


CopyRows(Cells, int, int, int, CopyOptions, PasteOptions)

Copies data and formats of some whole rows.

public void CopyRows(Cells sourceCells0, int sourceRowIndex, int destinationRowIndex, 
    int rowNumber, CopyOptions copyOptions, PasteOptions pasteOptions)
ParameterTypeDescription
sourceCells0CellsSource Cells object contains data and formats to copy.
sourceRowIndexInt32Source row index.
destinationRowIndexInt32Destination row index.
rowNumberInt32The copied row number.
copyOptionsCopyOptionsThe copy options.
pasteOptionsPasteOptionsthe options of pasting.

See Also