Aspose::Cells::Cells::CopyRows method

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

Copies data and formats of some whole rows.

void Aspose::Cells::Cells::CopyRows(const Cells &sourceCells, int32_t sourceRowIndex, int32_t destinationRowIndex, int32_t rowNumber)
ParameterTypeDescription
sourceCellsconst Cells&Source Cells object contains data and formats to copy.
sourceRowIndexint32_tSource row index.
destinationRowIndexint32_tDestination row index.
rowNumberint32_tThe copied row number.

See Also

Cells::CopyRows(const Cells&, int32_t, int32_t, int32_t, const CopyOptions&) method

Copies data and formats of some whole rows.

void Aspose::Cells::Cells::CopyRows(const Cells &sourceCells0, int32_t sourceRowIndex, int32_t destinationRowIndex, int32_t rowNumber, const CopyOptions &copyOptions)
ParameterTypeDescription
sourceCells0const Cells&Source Cells object contains data and formats to copy.
sourceRowIndexint32_tSource row index.
destinationRowIndexint32_tDestination row index.
rowNumberint32_tThe copied row number.
copyOptionsconst CopyOptions&The copy options.

See Also

Cells::CopyRows(const Cells&, int32_t, int32_t, int32_t, const CopyOptions&, const PasteOptions&) method

Copies data and formats of some whole rows.

void Aspose::Cells::Cells::CopyRows(const Cells &sourceCells0, int32_t sourceRowIndex, int32_t destinationRowIndex, int32_t rowNumber, const CopyOptions &copyOptions, const PasteOptions &pasteOptions)
ParameterTypeDescription
sourceCells0const Cells&Source Cells object contains data and formats to copy.
sourceRowIndexint32_tSource row index.
destinationRowIndexint32_tDestination row index.
rowNumberint32_tThe copied row number.
copyOptionsconst CopyOptions&The copy options.
pasteOptionsconst PasteOptions&the options of pasting.

See Also