CopyRows

CopyRows(Cells, int, int, int)

Kopiert Daten und Formate einiger ganzer Zeilen.

public void CopyRows(Cells sourceCells, int sourceRowIndex, int destinationRowIndex, int rowNumber)
ParameterTypBeschreibung
sourceCellsCellsDas Quellzellen-Objekt enthält zu kopierende Daten und Formate.
sourceRowIndexInt32Quellzeilenindex.
destinationRowIndexInt32Zielzeilenindex.
rowNumberInt32Die kopierte Zeilennummer.

Siehe auch


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

Kopiert Daten und Formate einiger ganzer Zeilen.

public void CopyRows(Cells sourceCells0, int sourceRowIndex, int destinationRowIndex, 
    int rowNumber, CopyOptions copyOptions)
ParameterTypBeschreibung
sourceCells0CellsDas Quellzellen-Objekt enthält zu kopierende Daten und Formate.
sourceRowIndexInt32Quellzeilenindex.
destinationRowIndexInt32Zielzeilenindex.
rowNumberInt32Die kopierte Zeilennummer.
copyOptionsCopyOptionsDie Kopieroptionen.

Siehe auch


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

Kopiert Daten und Formate einiger ganzer Zeilen.

public void CopyRows(Cells sourceCells0, int sourceRowIndex, int destinationRowIndex, 
    int rowNumber, CopyOptions copyOptions, PasteOptions pasteOptions)
ParameterTypBeschreibung
sourceCells0CellsDas Quellzellen-Objekt enthält zu kopierende Daten und Formate.
sourceRowIndexInt32Quellzeilenindex.
destinationRowIndexInt32Zielzeilenindex.
rowNumberInt32Die kopierte Zeilennummer.
copyOptionsCopyOptionsDie Kopieroptionen.
pasteOptionsPasteOptionsdie Möglichkeiten des Einfügens.

Siehe auch