Aspose::Cells::Cells::CopyRow method

Cells::CopyRow method

Copies data and formats of a whole row.

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

See Also