XLL+ Class Library (6.3)

CXlCell::FromInt

Assigns a single integer to the CXlCell

const CXlCell& FromInt(
   int i
);

Parameters

i

Integer value to be applied to the CXlOper.

Remarks

This function assigns the value i to the CXlCell, and sets the type of the CXlCell to be xltypeInt. This data type is only normally used as an argument to SDK calls.

Requirements

Header: xllplus.h

See Also

CXlCell Class | CXlCell Methods