XLL+ Class Library (6.3)

CXlOper::FromBool

Assigns a boolean value and data type to the CXlOper

void FromBool(
   bool boolVal
);

Parameters

boolVal

Value to be applied to the CXlOper.

Remarks

This function assigns the value of boolVal to the CXlOper, and sets the type of the CXlOper to be xltypeBool.

Requirements

Header: xllplus.h

See Also

CXlOper Class | CXlOper Methods