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


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

    Property Value

    The value of the slicer item.
    See Also