XLL+ Class Library (6.3)

CXlOper::FromError

Assigns an error value and data type to the CXlOper

void FromError(
   XlErrorType xlerr
);

Parameters

xlerr

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

Remarks

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

Requirements

Header: xllplus.h

See Also

CXlOper Class | CXlOper Methods