Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / EditingElement Class / UndoLimit Property


In This Topic
    UndoLimit Property (EditingElement)
    In This Topic
    Syntax
    'Declaration
     
    Public Property UndoLimit As Integer
    'Usage
     
    Dim instance As EditingElement
    Dim value As Integer
     
    instance.UndoLimit = value
     
    value = instance.UndoLimit
    public int UndoLimit {get; set;}
    See Also