XLL+ Class Library (7.0)

CXlSuspendError::CXlSuspendError

Constructs a CXlSuspendError object

CXlSuspendError(
   bool suspend = true
);

Parameters

suspend

If set to false, then this object will not affect the error setting.

If true, then the object will set Excel's error mode to false (if necessary) during construction, and will restore it at destruction, if all other instances of CXlSuspendError have been destroyed.

Requirements

Header: xlpstatehelpers.h

See Also

CXlSuspendError Class | CXlSuspendError Methods