XLL+ Class Library (7.0)

xlpfastit.h

Overview

xlpfastit.h contains a class CXlArrayContainer<T> and some associated iterator classes for fast iteration of large Excel arrays.

These iterators can be used to search through a CXlOper containing an array with minimum performance overhead. Compared with standard CXlOper programming, using these classes is harder work.

Classes

The table below lists the C++ object classes declared in the header file.

Class Description
CXlArrayContainer<T> Helps to search and iterate over CXlOper instances that contain arrays.
CXlArrayCellIterator<T> Iterates over each of the cells in CXlOper instances that contain arrays.
CXlArrayRowIterator<T> Iterates over the rows of CXlOper instances that contain arrays.
CXlArrayColumnIterator<T> Iterates over the columns of CXlOper instances that contain arrays.

See Also

CXlArrayContainer<T> class | CXlArrayCellIterator<T> class | CXlArrayRowIterator<T> class | CXlArrayColumnIterator<T> class