Dereferences an iterator
                const T* operator->( );  | 
            
Returns a pointer to the top most cell in the column that the iterator is currently pointing to.
Header: xlpfastit.h
CXlArrayColumnIterator<T> Class | CXlArrayColumnIterator<T> Methods