Aspose::Pdf::Rows::RemoveRange method

Rows::RemoveRange method

Remove row set from collection.

void Aspose::Pdf::Rows::RemoveRange(int32_t index, int32_t count)
ParameterTypeDescription
indexint32_tThe collection index.
countint32_tThe rows count.

See Also