GrapeCity.Xaml.SpreadSheet.UI
CanUserUndo Property (SheetView)
Example 


Gets or sets whether to allow the user to undo edit operations.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property CanUserUndo As Boolean
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.CanUserUndo = value
 
value = instance.CanUserUndo
[DefaultValue()]
public 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
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options