Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / AllowUndo Property


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