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