XLL+ Class Library (7.0)

CXlArrayContainer<T>::end_rows

Get a row iterator for the end of the array

CXlArrayContainer<T>::row_iterator end_rows( );

Return Value

Returns a new row iterator, pointing to just beyond the end of the array.

The iterator will be of type CXlArrayRowIterator<T>.

Requirements

Header: xlpfastit.h

See Also

CXlArrayContainer<T> Class | CXlArrayContainer<T> Methods