Returns a reference to one of the single references in a multiple reference
[C++]
CXlRef& GetRefItem(
WORD wItem
);
const CXlRef& GetRefItem(
WORD wItem
) const;
The index of the range to retrieve. The first item is at position 0.
Returns a reference to one of the single ranges in a multiple reference.
If the CXlOper contains a single reference, and wItem is 0,
then the function will return the single reference itself.
The function will assert if the object does not contain a
single or multiple reference, or if wItem is out of range.
Header: xllplus.h
CXlOper Class
| CXlOper Methods
| CXlOper::GetRefCount()
| CXlOper::GetXLREFItem()