Spread Windows Forms 12.0 Product Documentation
Limit Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Commands Namespace > CommandManager Class : Limit Property
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

Reference

CommandManager Class
CommandManager Members