Returns an item from an array
[C++]
COper& operator [](
USHORT usItem = 0
);
const COper& operator [](
USHORT usItem = 0
) const;
The row or column of the required value within the array. The first item is at usItem = 0.
This function returns a reference to a COper contained within a single-dimensional array.
If the COper does not contain a one-dimensional array, or if usRow is out of range,
then the function will assert.
Header: xllplus.h