XLL+ Class Library (7.0)

CXlConstCell::operator >

Compare the contents of this CXlConstCell with another cell

int operator >(
   const CXlOperBase& xlo
) const;

Parameters

xlo

A reference to another CXlCell, CXlConstCell or CXlOper.

Return Value

Returns TRUE if the value in this object is greater than that in xlo; returns FALSE otherwise.

Remarks

Note that CXlOpers are sorted by type first and then value. Thus a string containing "123" will not necessarily sort later than an integer containing 122. For CXlOpers of the same type, sort order is always by value.

Requirements

Header: xllplus.h

See Also

CXlConstCell Class | CXlConstCell Methods