Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / AllowColumnMoveMultiple Property


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