XLL+ Class Library (7.0)

CXlOper::FromInt

Assigns a single integer to the CXlOper

void FromInt(
   int i
);

Parameters

i

Integer value to be applied to the CXlOper.

Remarks

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

Examples

CXlOper::GetWidth() Example | CXlOper::GetHeight() Example

Requirements

Header: xllplus.h

See Also

CXlOper Class | CXlOper Methods