Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / AllowRowMoveMultiple Property


In This Topic
    AllowRowMoveMultiple Property (SpreadView)
    In This Topic
    Gets or sets whether to allow the user to move multiple rows.
    Syntax
    'Declaration
     
    
    Public Property AllowRowMoveMultiple As Boolean
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As Boolean
     
    instance.AllowRowMoveMultiple = value
     
    value = instance.AllowRowMoveMultiple
    public bool AllowRowMoveMultiple {get; set;}
    See Also