Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AllowColumnMoveMultiple Property


In This Topic
    AllowColumnMoveMultiple Property (FpSpread)
    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 FpSpread
    Dim value As Boolean
     
    instance.AllowColumnMoveMultiple = value
     
    value = instance.AllowColumnMoveMultiple
    public bool AllowColumnMoveMultiple {get; set;}
    See Also