_Application.Calculation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置计算模式。 读/写 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