XLL+ Class Library (7.0)

CXlCell::FromError

Assigns an error value and data type to the CXlCell

void FromError(
   XlErrorType xlerr
);

Parameters

xlerr

Value to be applied to the CXlCell. See also Error Values for a description of error values.

Remarks

This function assigns the value of xlerr to the CXlCell, and sets the type of the CXlCell to be xltypeErr.

Requirements

Header: xllplus.h

See Also

CXlCell Class | CXlCell Methods