Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerItem Interface / Name Property


In This Topic
    Name Property (ISlicerItem)
    In This Topic
    Gets the name of the slicer item.
    Syntax
    'Declaration
     
    
    ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As ISlicerItem
    Dim value As String
     
    value = instance.Name
    string Name {get;}

    Property Value

    The name of the slicer item.
    See Also