SpreadsheetGear 2017
UndoLimit Property (CommandManager)






SpreadsheetGear.Commands Namespace > CommandManager Class : UndoLimit Property
Gets or sets the maximum number of undoable commands that will be retained by the CommandManager.
Syntax
'Declaration
 
Public Property UndoLimit As System.Integer
'Usage
 
Dim instance As CommandManager
Dim value As System.Integer
 
instance.UndoLimit = value
 
value = instance.UndoLimit
public System.int UndoLimit {get; set;}
public read-write property UndoLimit: System.Integer; 
public function get,set UndoLimit : System.int
public: __property System.int get_UndoLimit();
public: __property void set_UndoLimit( 
   System.int value
);
public:
property System.int UndoLimit {
   System.int get();
   void set (    System.int value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CommandManager Class
CommandManager Members