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

    Property Value

    The source name of the slicer item.
    See Also