PivotField.StandardFormula 属性

定义

返回或设置一个 String 值,该值指定使用标准英语(美国)格式的公式。 读/写。

public:
 property System::String ^ StandardFormula { System::String ^ get(); void set(System::String ^ value); };
public string StandardFormula { get; set; }
Public Property StandardFormula As String

属性值

注解

StandardFormula 属性主要影响具有日期或数字格式的项目名称。 该属性提供了一种方法可指定或查询给定计算项的公式。

StandardFormula 属性是“国际友好型”,Formula而属性则不是。

适用于