CopyRow

GridCells.CopyRow method

Kopiert Daten und Formatierungen einer ganzen Zeile.

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

Siehe auch