CopyRow

Cells.CopyRow method

Kopiert Daten und Formate einer ganzen Zeile.

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

Siehe auch