XLL+ Class Library (7.0)

CXlSuspendAutoRecalculation::CXlSuspendAutoRecalculation

Constructs a CXlSuspendAutoRecalculation object

CXlSuspendAutoRecalculation(
   bool suspend = true
);

Parameters

suspend

If set to false, then this object will not change the calculation mode, nor will it restore it on destruction unless Save has been called in the meantime.

If true, then the object will set Excel's calculation mode to manual (if necessary) during construction, and will restore it at destruction.

Requirements

Header: xlpstatehelpers.h

See Also

CXlSuspendAutoRecalculation Class | CXlSuspendAutoRecalculation Methods