XLL+ Class Library (6.3)

CXlCell::FromDouble

Assigns an floating-point numeric value and data type to the CXlCell

void FromDouble(
   double d
);

Parameters

d

Value to be applied to the CXlCell.

Remarks

This function assigns the value of d to the CXlCell, and sets the type of the CXlCell to be xltypeNum.

Requirements

Header: xllplus.h

See Also

CXlCell Class | CXlCell Methods