PivotItem.SourceNameStandard Property

Definition

Returns a String that represents the PivotTable item's source name in standard English (United States) format settings. Read-only.

public:
 property System::String ^ SourceNameStandard { System::String ^ get(); };
public string SourceNameStandard { get; }
Public ReadOnly Property SourceNameStandard As String

Property Value

Remarks

This property is used when an item has a localized version and its SourceNameStandard property value differs from the SourceName property value, such as with date formatting.

Applies to