Compare the contents of this CXlArray with another
[C++]
int operator >(
const CXlArray& xla
) const;
A reference to a CXlArray object.
Returns TRUE if the value in this object is greater than that in xla;
returns FALSE otherwise.
Note that CXlArrays are sorted by size first and then by value.
Header: xllplus.h