XLL+ Class Library (7.0)

CXlArrayColumnIterator<T>::operator[]

Dereferences a cell in the current column

const T& operator[](
   size_t n
);

Parameters

n

The zero-based index of the row whose value is to be dereferenced.

Return Value

Returns a reference to cell in row n (where n is a zero-based index) of the column that the iterator is currently pointing to.

In the debug build only, an exception of type CXlRuntimeException will be thrown if n is out-of-range.

Requirements

Header: xlpfastit.h

See Also

CXlArrayColumnIterator<T> Class | CXlArrayColumnIterator<T> Methods