XLL+ Class Library

CXlOper::operator []

Returns an item from an array

[C++]
CXlOper& operator [](
   USHORT usItem = 0
);
const CXlOper& operator [](
   USHORT usItem
) const;

Parameters

usItem

The row or column of the required value within the array. The first item is at usItem = 0.

Return value

This function returns a reference to a CXlOper contained within a single-dimensional array.

Remarks

If the CXlOper does not contain a one-dimensional array, or if usItem is out of range, then the function will assert.

Requirements

Header: xllplus.h

See Also

CXlOper Class | CXlOper Methods