Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IFormulaOptions Interface
Properties

In This Topic
    IFormulaOptions Interface Members
    In This Topic

    The following tables list the members exposed by IFormulaOptions.

    Public Properties
     NameDescription
     PropertyGets or sets the calculation mode, this setting will only affect I/O of MS Excel/SSJSON/SJS files. Setting CalculationMode as CalculationMode.Manual will prevent MS Excel or SpreadJS from automatically calculating formulas on opening the workbook. Additionally, CalculationMode.Manual improves the speed of opening workbooks that contain a large number of formulas in MSExcel and SpreadJS. If you want to disable the calculation for the current workbook, please use Workbook.EnableCalculation.  
     Property Enable iterative calculation.  
     Property Maximum change for iterative calculation.  
     Property Maximum iterations for iterative calculation.  
    Top
    See Also