Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandManager Class / Limit Property


In This Topic
    Limit Property
    In This Topic
    Gets or sets the maximum number of undoable commands which are retained by the CommandManager.
    Syntax
    'Declaration
     
    
    Public Property Limit As Integer
    'Usage
     
    
    Dim instance As CommandManager
    Dim value As Integer
     
    instance.Limit = value
     
    value = instance.Limit
    public int Limit {get; set;}

    Property Value

    The limit.
    See Also