CopyColumn

Cells.CopyColumn method

Kopiert Daten und Formate einer ganzen Spalte.

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

Siehe auch