Cells.CopyColumn

Cells.CopyColumn method

Copies data and formats of a whole column.

public void CopyColumn(Cells sourceCells, int sourceColumnIndex, int destinationColumnIndex)
ParameterTypeDescription
sourceCellsCellsSource Cells object contains data and formats to copy.
sourceColumnIndexInt32Source column index.
destinationColumnIndexInt32Destination column index.

See Also