GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerItem Interface / SourceNameStandard Property


In This Topic
SourceNameStandard Property
In This Topic
Gets the slicer item's source name in standard English (United States) format settings.
Syntax
'Declaration
 
ReadOnly Property SourceNameStandard As String
 
'Usage
 
Dim instance As ISlicerItem
Dim value As String
 
value = instance.SourceNameStandard

Property Value

The slicer item's source name in standard English (United States) format settings.
See Also