Returns a boolean value
[C++]
operator bool() const;
This function returns the value of a boolean contained in a COper,
and tries to convert it to a boolean if the COper contains any other data type. If the COper is missing or empty then the function returns false.
Header: xllplus.h