XLL+ Class Library (7.0)

CXlRef::operator <

Compare the contents of this CXlRef with another

int operator <(
   const CXlRef& other
) const;

Parameters

other

An initialised CXlRef.

Return Value

Returns TRUE if the value in this object is less than other; returns FALSE otherwise.

Remarks

Note that CXlRefs are sorted by rows first and then by columns.

Requirements

Header: xllplus.h

See Also

CXlRef Class | CXlRef Methods