Spread Silverlight Documentation
ExcelCalculationMode Enumeration


the Calculation mode saved with the workbook.
Syntax
'Declaration
 
Public Enum ExcelCalculationMode 
   Inherits System.Enum
'Usage
 
Dim instance As ExcelCalculationMode
public enum ExcelCalculationMode : System.Enum 
Members
MemberDescription
AutomaticExcel will recalculate the formulas automatically each time when a value affects the formula changes.
AutomaticExceptTablesExcel will recalculate the formulas automatically except for multiple table operations each time when a value affects the formula changes.
ManualWhen work in Manual Calculation mode, Excel will displays Calculate in the status bar when there is any uncalculated formulas.
Remarks
Changing the calculation mode for one workbook will changes the mode for all workbook.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.ExcelCalculationMode

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Excel Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.