Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / CanUserUndo Property


In This Topic
    CanUserUndo Property (GcSpreadSheet)
    In This Topic
    Gets or sets whether to allow the user to undo edit operations.
    Syntax
    'Declaration
     
    <CategoryAttribute("Spread Workbook")>
    <DefaultValueAttribute(True)>
    Public Property CanUserUndo As Boolean
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Boolean
     
    instance.CanUserUndo = value
     
    value = instance.CanUserUndo
    [Category("Spread Workbook")]
    [DefaultValue(true)]
    public bool CanUserUndo {get; set;}
    See Also