PivotField.Calculation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置由指定字段执行的计算类型。 此属性仅对数据字段有效。 读/写 XlPivotFieldCalculation。
public:
property Microsoft::Office::Interop::Excel::XlPivotFieldCalculation Calculation { Microsoft::Office::Interop::Excel::XlPivotFieldCalculation get(); void set(Microsoft::Office::Interop::Excel::XlPivotFieldCalculation value); };
public Microsoft.Office.Interop.Excel.XlPivotFieldCalculation Calculation { get; set; }
Public Property Calculation As XlPivotFieldCalculation
属性值
注解
对于 OLAP 数据源,此属性只能返回或被设为 xlNormal。