XLL+ Class Library (7.0)

CXlArray::operator <=

Compare the contents of this CXlArray with another

int operator <=(
   const CXlArray& xla
) const;

Parameters

xla

An initialised XLOPER, or a reference to CXlArray.

Return Value

Returns TRUE if the value in this object is less than or equal to that in xla; returns FALSE otherwise.

Remarks

Note that CXlArrays are sorted by size first and then by value.

Requirements

Header: xllplus.h

See Also

CXlArray Class | CXlArray Methods