Aspose::Cells::Cells::CopyColumn method

Cells::CopyColumn method

Copies data and formats of a whole column.

void Aspose::Cells::Cells::CopyColumn(const Cells &sourceCells, int32_t sourceColumnIndex, int32_t destinationColumnIndex)
ParameterTypeDescription
sourceCellsconst Cells&Source Cells object contains data and formats to copy.
sourceColumnIndexint32_tSource column index.
destinationColumnIndexint32_tDestination column index.

See Also