PivotItem.StandardFormula Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a String specifying formulas with standard English (United States) formatting. Read/write.
public:
property System::String ^ StandardFormula { System::String ^ get(); void set(System::String ^ value); };
public string StandardFormula { get; set; }
Public Property StandardFormula As String
Property Value
Remarks
The StandardFormula property primarily affects item names with date or number formatting. It provides a way to specify or query a formula for a given calculated item.
The StandardFormula property is "international-friendly" whereas the Formula property is not.