CopyColumns

CopyColumns(Cells, int, int, int, PasteOptions)

Kopiert Daten und Formate einer ganzen Spalte.

public void CopyColumns(Cells sourceCells0, int sourceColumnIndex, int destinationColumnIndex, 
    int columnNumber, PasteOptions pasteOptions)
ParameterTypBeschreibung
sourceCells0CellsDas Quellzellen-Objekt enthält zu kopierende Daten und Formate.
sourceColumnIndexInt32Quellspaltenindex.
destinationColumnIndexInt32Index der Zielspalte.
columnNumberInt32Die kopierte Spaltennummer.
pasteOptionsPasteOptionsdie Möglichkeiten des Einfügens.

Siehe auch


CopyColumns(Cells, int, int, int)

Kopiert Daten und Formate einer ganzen Spalte.

public void CopyColumns(Cells sourceCells0, int sourceColumnIndex, int destinationColumnIndex, 
    int columnNumber)
ParameterTypBeschreibung
sourceCells0CellsDas Quellzellen-Objekt enthält zu kopierende Daten und Formate.
sourceColumnIndexInt32Quellspaltenindex.
destinationColumnIndexInt32Index der Zielspalte.
columnNumberInt32Die kopierte Spaltennummer.

Siehe auch


CopyColumns(Cells, int, int, int, int)

Kopiert Daten und Formate der ganzen Spalten.

public void CopyColumns(Cells sourceCells, int sourceColumnIndex, int sourceTotalColumns, 
    int destinationColumnIndex, int destinationTotalColumns)
ParameterTypBeschreibung
sourceCellsCellsDas Quellzellen-Objekt enthält zu kopierende Daten und Formate.
sourceColumnIndexInt32Quellspaltenindex.
sourceTotalColumnsInt32Die Anzahl der Quellspalten.
destinationColumnIndexInt32Index der Zielspalte.
destinationTotalColumnsInt32Die Anzahl der Zielspalten.

Siehe auch