Aspose::Pdf::Rows::end method

Rows::end() const method

Gets iterator pointing right after the last element (if any) of the const-qualified instance of the collection.

const_iterator Aspose::Pdf::Rows::end() const noexcept

ReturnValue

An iterator pointing right after the last element (if any) of the const-qualified instance of the collection

See Also

Rows::end() method

Gets iterator pointing right after the last element (if any) of the collection.

iterator Aspose::Pdf::Rows::end() noexcept

ReturnValue

An iterator pointing right after the last element (if any) of the collection

See Also