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