SpreadsheetGear 2017
Command Class
Members 






SpreadsheetGear.Commands Namespace : Command Class
Provides the base class for all commands which will be executed by CommandManager.
Object Model
Command Class
Syntax
'Declaration
 
Public MustInherit Class Command 
'Usage
 
Dim instance As Command
public abstract class Command 
public class Command abstract; 
public abstract class Command 
public __gc abstract class Command 
public ref class Command abstract 
Remarks

Commands are owned by CommandManager and will be disposed of immediately after being executed if they are not undoable. Undoable commands will be disposed of when they are no longer undoable or redoable.

Inheritance Hierarchy

System.Object
   SpreadsheetGear.Commands.Command
      SpreadsheetGear.Commands.CommandPrint
      SpreadsheetGear.Commands.CommandRange

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

Command Members
SpreadsheetGear.Commands Namespace
CommandRange Class