[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Calculation

Calculation Enum

Represents when calculation engine should calculate formulas in the spreadsheet.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum Calculation
Public Enum Calculation

Fields

Name Description
Automatic

Indicates that calculations in the spreadsheet will be performed automatically when cell values change.

Manual

Indicates that calculations in the spreadsheet will be triggered manually by the user.

Semiautomatic

Indicates that calculations in the spreadsheet will be performed automatically when cell values change except for tables.