GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerItem Interface / Selected Property


In This Topic
Selected Property (ISlicerItem)
In This Topic
Gets or sets whether the slicer item is selected.
Syntax
'Declaration
 
Property Selected As Boolean
 
'Usage
 
Dim instance As ISlicerItem
Dim value As Boolean
 
instance.Selected = value
 
value = instance.Selected

Property Value

true if the slicer item is selected; otherwise, false.
See Also