com.grapecity.documents.excel Package / XlsxOpenOptions Class / setDoNotRecalculateAfterOpened Method
True to disable recalculation; false to enable recalculation.
In This Topic
setDoNotRecalculateAfterOpened Method
In This Topic
Sets whether to recalculate when getting formula value after loading the file.
Syntax
public void setDoNotRecalculateAfterOpened( 
   boolean value
)

Parameters

value
True to disable recalculation; false to enable recalculation.
See Also