XLL+ Class Library

CXlArray::operator <=

Compare the contents of this CXlArray with another

[C++]
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