Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / Slicer Class / MultiSelect Property


In This Topic
    MultiSelect Property (Slicer)
    In This Topic
    Gets or sets the MultiSelect state of the specified slicer.
    Syntax
    'Declaration
     
    
    Public Shadows Property MultiSelect As Boolean
    'Usage
     
    
    Dim instance As Slicer
    Dim value As Boolean
     
    instance.MultiSelect = value
     
    value = instance.MultiSelect
    public new bool MultiSelect {get; set;}
    See Also