RecalcManual property
Indicates whether sheet is recalculated using the manual or natural mode.
Syntax
Set: Sheet.setRecalcManual(isManual)
Get: isManual = Sheet.getRecalcManual
Applies to
Sheet object.
Data type
boolean. The value is true if the recalculation mode is manual, and false if the recalculation mode is automatic.