XLL+ Class Library (7.0)

CXlArrayRowIterator<T>::operator[]

Dereferences a cell in the current row

const T& operator[](
   size_t n
);

Parameters

n

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

Return Value

Returns a reference to cell in column n (where n is a zero-based index) of the row 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

CXlArrayRowIterator<T> Class | CXlArrayRowIterator<T> Methods