Aspose::Cells::Cells::DeleteRow method

Cells::DeleteRow(int32_t) method

Deletes a row.

void Aspose::Cells::Cells::DeleteRow(int32_t rowIndex)
ParameterTypeDescription
rowIndexint32_tIndex of the row to be deleted.

See Also

Cells::DeleteRow(int32_t, bool) method

Deletes a row.

void Aspose::Cells::Cells::DeleteRow(int32_t rowIndex, bool updateReference)
ParameterTypeDescription
rowIndexint32_tIndex of the row to be deleted.
updateReferenceboolIndicates whether update references in other worksheets.

See Also