_Application.Calculation Property

Definition

Returns or sets the calculation mode. Read/write XlCalculation.

public:
 property Microsoft::Office::Interop::Excel::XlCalculation Calculation { Microsoft::Office::Interop::Excel::XlCalculation get(); void set(Microsoft::Office::Interop::Excel::XlCalculation value); };
public Microsoft.Office.Interop.Excel.XlCalculation Calculation { get; set; }
Public Property Calculation As XlCalculation

Property Value

Remarks

For OLAP data sources, this property can only return or be set to xlNormal.

XlCalculation can be one of these XlCalculation constants:

xlCalculationAutomatic

xlCalculationManual

xlCalculationSemiautomatic

Applies to