Spread Silverlight Documentation
CanUserUndo Property (SheetView)
Example 


GrapeCity.Windows.SpreadSheet.UI Namespace > SheetView Class : CanUserUndo Property
Gets or sets whether to allow the user to undo edit operations.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property CanUserUndo As System.Boolean
'Usage
 
Dim instance As SheetView
Dim value As System.Boolean
 
instance.CanUserUndo = value
 
value = instance.CanUserUndo
[System.ComponentModel.DefaultValue()]
public System.bool CanUserUndo {get; set;}
Example
This example uses the CanUserUndo property.
GcSpreadSheet1.View.CanUserUndo = true;
GcSpreadSheet1.View.CanUserZoom = true;
GcSpreadSheet1.View.CanUserUndo = True
GcSpreadSheet1.View.CanUserZoom = True
See Also

Reference

SheetView Class
SheetView Members