PivotItem.StandardFormula Property

Definition

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.

Applies to