Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetDragMovingEventArgs Class / Restrict Property


In This Topic
    Restrict Property
    In This Topic
    Gets or sets whether to allow the sheet to be moved to the ToSheetIndex location.
    Syntax
    'Declaration
     
    
    Public Property Restrict As Boolean
    'Usage
     
    
    Dim instance As SheetDragMovingEventArgs
    Dim value As Boolean
     
    instance.Restrict = value
     
    value = instance.Restrict
    public bool Restrict {get; set;}
    See Also