XLL+ Class Library (6.3)

CXlConstCell::IsOfType

Is the CXlConstCell 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 CXlConstCell is of the specified type, FALSE if it is of any other type.

Requirements

Header: xllplus.h

See Also

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