SpreadsheetGear The Performance Spreadsheet Component Company 
Command Class Members
See Also  Properties  Methods 
SpreadsheetGear.Windows.Forms Namespace : Command Class


The following tables list the members exposed by Command.

Public Constructors

 NameDescription
Public ConstructorCommand Constructor Initializes a new instance of Command with the specified workbook.  
Top

Public Properties

 NameDescription
Public PropertyDisplayText Returns the text used for display purposes.  
Public PropertyUndoSupportOverride this property to specify whether or not this command is undoable.  
Top

Public Methods

 NameDescription
Public MethodDisposeDisposes of any resources held by this Command.  
Top

Protected Methods

 NameDescription
Protected MethodExecuteCalled by the command manager to execute this command.  
Protected MethodUndoCalled by the command manager to undo this command.  
Top

See Also