Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AllowColumnMove Property


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