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


In This Topic
    AllowSheetMove Property (SpreadView)
    In This Topic
    Gets or sets whether sheets can be moved by dragging and dropping the sheet tab.
    Syntax
    'Declaration
     
    
    Public Property AllowSheetMove As Boolean
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As Boolean
     
    instance.AllowSheetMove = value
     
    value = instance.AllowSheetMove
    public bool AllowSheetMove {get; set;}
    See Also