virtualizeEndIterator()

ChartDataPointCollection::virtualizeEndIterator() method

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

virtualized_iterator * Aspose::Slides::Charts::ChartDataPointCollection::virtualizeEndIterator() override

Return Value

An iterator pointing right after the last element (if any) of the collection Provides iterator implementation to container’s end.

Newly-created iterator object.

See Also