_Application.Calculation 属性

定义

返回或设置计算模式。 读/写 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

属性值

注解

对于 OLAP 数据源,此属性只能返回或被设为 xlNormal

XlCalculation 可以是以下 XlCalculation 常量之一:

xlCalculationAutomatic

xlCalculationManual

xlCalculationSemiautomatic

适用于