Aspose::Cells::Cells::CopyColumns method

Cells::CopyColumns(const Cells&, int32_t, int32_t, int32_t, const PasteOptions&) method

Copies data and formats of a whole column.

void Aspose::Cells::Cells::CopyColumns(const Cells &sourceCells0, int32_t sourceColumnIndex, int32_t destinationColumnIndex, int32_t columnNumber, const PasteOptions &pasteOptions)
ParameterTypeDescription
sourceCells0const Cells&Source Cells object contains data and formats to copy.
sourceColumnIndexint32_tSource column index.
destinationColumnIndexint32_tDestination column index.
columnNumberint32_tThe copied column number.
pasteOptionsconst PasteOptions&the options of pasting.

See Also

Cells::CopyColumns(const Cells&, int32_t, int32_t, int32_t) method

Copies data and formats of a whole column.

void Aspose::Cells::Cells::CopyColumns(const Cells &sourceCells0, int32_t sourceColumnIndex, int32_t destinationColumnIndex, int32_t columnNumber)
ParameterTypeDescription
sourceCells0const Cells&Source Cells object contains data and formats to copy.
sourceColumnIndexint32_tSource column index.
destinationColumnIndexint32_tDestination column index.
columnNumberint32_tThe copied column number.

See Also

Cells::CopyColumns(const Cells&, int32_t, int32_t, int32_t, int32_t) method

Copies data and formats of the whole columns.

void Aspose::Cells::Cells::CopyColumns(const Cells &sourceCells, int32_t sourceColumnIndex, int32_t sourceTotalColumns, int32_t destinationColumnIndex, int32_t destinationTotalColumns)
ParameterTypeDescription
sourceCellsconst Cells&Source Cells object contains data and formats to copy.
sourceColumnIndexint32_tSource column index.
sourceTotalColumnsint32_tThe number of the source columns.
destinationColumnIndexint32_tDestination column index.
destinationTotalColumnsint32_tThe number of the destination columns.

See Also