Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / SlicerCache Class / SourceName Property


In This Topic
SourceName Property (SlicerCache)
In This Topic
Gets the name of the data source the slicer is connected to.
Syntax
'Declaration
 
Public Overridable ReadOnly Property SourceName As String
 
'Usage
 
Dim instance As SlicerCache
Dim value As String
 
value = instance.SourceName

Property Value

The name of the data source the slicer is connected to.
See Also