Spread Windows Forms 12.0 Product Documentation
AllowUndo Property (FpSpread)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : AllowUndo Property
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;}

Property Value

Boolean: true to allow the user to perform undo actions; false otherwise
Example
This example sets the AllowUndo property.
fpSpread1.AllowUndo = true;
fpSpread1.AllowUndo = True
See Also

Reference

FpSpread Class
FpSpread Members