XLL+ Class Library (6.3)

CXlCell::IsOfType

Is the CXlCell of the specified type?

BOOL IsOfType(
   WORD xltype
) const;

Parameters

xltype

A xltype value. This should be one of the xltype values listed in CXlOper data types.

Return Value

Returns TRUE if the CXlCell is of the specified type, FALSE if it is of any other type.

Requirements

Header: xllplus.h

See Also

CXlCell Class | CXlCell Methods | CXlCell::IsDouble() | CXlCell::IsError() | CXlCell::IsBool() | CXlCell::IsString() | CXlCell::IsEmpty() | CXlCell::IsInt()