Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerItem Interface / SourceName Property


In This Topic
SourceName Property (ISlicerItem)
In This Topic
Gets the source name of the slicer item.
Syntax
'Declaration
 
ReadOnly Property SourceName As String
 
'Usage
 
Dim instance As ISlicerItem
Dim value As String
 
value = instance.SourceName

Property Value

The source name of the slicer item.
See Also