CopyColumns

GridCells.CopyColumns method

Kopiert Daten und Formatierungen einer ganzen Spalte.

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

Siehe auch