SlicerItem.SourceNameStandard Property
Gets the slicer item's source name in standard English (United States) format settings.
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 SlicerItem
Dim value As String
value = instance.SourceNameStandard
string SourceNameStandard { get; }
Property Value
Type: System.String
The slicer item's source name in standard English (United States) format settings.
Remarks
Read-only.
This property is used when a slicer item has a localized version and its SourceNameStandard property value differs from the SourceName property value, such as with date formatting.