XLL+ Class Library (7.0)

CXlCell::FromBool

Assigns a boolean value and data type to the CXlCell

void FromBool(
   bool boolVal
);

Parameters

boolVal

Value to be applied to the CXlCell.

Remarks

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

Requirements

Header: xllplus.h

See Also

CXlCell Class | CXlCell Methods