XLL+ Class Library (6.3)

CXlSuspendEcho::CXlSuspendEcho

Constructs a CXlSuspendEcho object

CXlSuspendEcho(
   bool suspend = true
);

Parameters

suspend

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

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

Requirements

Header: xlpstatehelpers.h

See Also

CXlSuspendEcho Class | CXlSuspendEcho Methods