Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / MultiRangeSelection Property
Example


In This Topic
    MultiRangeSelection Property
    In This Topic
    Gets or sets whether to enable multi-range selection.
    Syntax
    'Declaration
     
    
    Public Property MultiRangeSelection As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Boolean
     
    instance.MultiRangeSelection = value
     
    value = instance.MultiRangeSelection
    public bool MultiRangeSelection {get; set;}

    Property Value

    Boolean value: true if multiple discontiguous ranges of selections are allowed; false otherwise
    Remarks
    If allowed, the end user can press the Ctrl key to select multiple ranges.
    Example
    See Also