Aspose::Cells::Cells::InsertRows method

Cells::InsertRows(int32_t, int32_t, bool) method

Inserts multiple rows into the worksheet.

void Aspose::Cells::Cells::InsertRows(int32_t rowIndex, int32_t totalRows, bool updateReference)
ParameterTypeDescription
rowIndexint32_tRow index.
totalRowsint32_tNumber of rows to be inserted.
updateReferenceboolIndicates if references in other worksheets will be updated.

See Also

Cells::InsertRows(int32_t, int32_t, const InsertOptions&) method

Inserts multiple rows into the worksheet.

void Aspose::Cells::Cells::InsertRows(int32_t rowIndex, int32_t totalRows, const InsertOptions &options)
ParameterTypeDescription
rowIndexint32_tRow index.
totalRowsint32_tNumber of rows to be inserted.
optionsconst InsertOptions&Indicates if references in other worksheets will be updated.

See Also

Cells::InsertRows(int32_t, int32_t) method

Inserts multiple rows into the worksheet.

void Aspose::Cells::Cells::InsertRows(int32_t rowIndex, int32_t totalRows)
ParameterTypeDescription
rowIndexint32_tRow index.
totalRowsint32_tNumber of rows to be inserted.

See Also