Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / Slicer Class / HoveredIndex Property


In This Topic
    HoveredIndex Property
    In This Topic
    Gets or sets the hovered item index.
    Syntax
    'Declaration
     
    
    Public Property HoveredIndex As Integer
    'Usage
     
    
    Dim instance As Slicer
    Dim value As Integer
     
    instance.HoveredIndex = value
     
    value = instance.HoveredIndex
    public int HoveredIndex {get; set;}
    See Also