Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / Slicer Class / MultiSelect Property


In This Topic
MultiSelect Property
In This Topic
Gets or sets the MultiSelect state of the specified slicer.
Syntax
'Declaration
 
Public Property MultiSelect As Boolean
 
'Usage
 
Dim instance As Slicer
Dim value As Boolean
 
instance.MultiSelect = value
 
value = instance.MultiSelect
See Also