CopyColumn

GridCells.CopyColumn method

Kopiert Daten und Formatierungen einer ganzen Spalte.

public void CopyColumn(GridCells sourceCells, int sourceColumnIndex, int destinationColumnIndex)
ParameterTypBeschreibung
sourceCellsGridCellsDas Quellzellen-Objekt enthält zu kopierende Daten und Formatierungen.
sourceColumnIndexInt32Quellspaltenindex.
destinationColumnIndexInt32Index der Zielspalte.

Siehe auch