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


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