Spread Windows Forms 15.0
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
    public virtual string SourceName {get;}

    Property Value

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