XLL+ Class Library (7.0)

CXlArrayCellIterator<T> Methods

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

Construction

public method CXlArrayCellIterator Constructs a CXlArrayCellIterator object
public method operator= Copies a CXlArrayCellIterator 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 an iterator

Requirements

Header: xlpfastit.h

See Also

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