XLL+ Class Library (7.0)

CXlOper::IsMissing

Is the CXlOper missing (i.e. omitted from the caller's argument list)?

BOOL IsMissing( ) const;

Return Value

Returns TRUE if the CXlOper has been omitted from the list of arguments by the caller, FALSE otherwise.

Examples

CXlOper::IsMissing() Example | MyDaysInFeb Example

Requirements

Header: xllplus.h

See Also

CXlOper Class | CXlOper Methods | CXlOper::IsOfType() | CXlOper::IsArray() | CXlOper::IsDouble() | CXlOper::IsError() | CXlOper::IsBool() | CXlOper::IsString() | CXlOper::IsEmpty() | CXlOper::IsInt() | CXlOper::IsSRef() | CXlOper::IsMRef() | CXlOper::IsRef()