Spread WinForms 15
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
See Also