CopyRows

GridCells.CopyRows method

Kopiert Daten und Formatierungen einiger ganzer Zeilen.

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

Siehe auch