CopyColumn

Cells.CopyColumn method

Kopierar data och format för en hel kolumn.

public void CopyColumn(Cells sourceCells, int sourceColumnIndex, int destinationColumnIndex)
ParameterTypBeskrivning
sourceCellsCellsSource Cells-objektet innehåller data och format att kopiera.
sourceColumnIndexInt32Källkolumnindex.
destinationColumnIndexInt32Destinationskolumnindex.

Se även