Dereferences an iterator
const T& operator*( );
Returns a reference to the cell that the iterator is currently pointing to.
Header: xlpfastit.h
CXlArrayCellIterator<T> Class | CXlArrayCellIterator<T> Methods