PivotItem.SourceNameStandard Property
Returns a String that represents the PivotTable item's source name in standard English (United States) format settings. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property SourceNameStandard As String
Get
'Usage
Dim instance As PivotItem
Dim value As String
value = instance.SourceNameStandard
string SourceNameStandard { get; }
Property Value
Type: System.String
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.