XLL+ Class Library (7.0)

CXlArrayRowIterator<T> Methods

The methods of the CXlArrayRowIterator<T> class are listed here.

Construction

public method CXlArrayRowIterator Constructs a CXlArrayRowIterator object
public method operator= Copies a CXlArrayRowIterator object

Iteration

public method operator+ Creates and returns an iterator a number of positions forward from this instance
public method operator++ Increments an iterator by one position
public method operator+= Increments an iterator by a number of positions

Comparison

public method operator!= Compares two iterators
public method operator== Compares two iterators

Dereferencing

public method operator* Dereferences an iterator
public method operator[] Dereferences a cell in the current row
public method operator-> Dereferences an iterator

Requirements

Header: xlpfastit.h

See Also

CXlArrayRowIterator<T> Class | xlpfastit.h | CXlArrayContainer<T> class | CXlArrayCellIterator<T> class | CXlArrayColumnIterator<T> class