PivotItem.SourceNameStandard 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 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.