Spread Windows Forms 12.0 Product Documentation
Command Class
Members 


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Commands Namespace : Command Class
Represents an abstract command. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Object Model
Command Class
Syntax
'Declaration
 
Public MustInherit Class Command 
'Usage
 
Dim instance As Command
public abstract class Command 
Inheritance Hierarchy

System.Object
   GrapeCity.Spreadsheet.Commands.Command
      GrapeCity.Spreadsheet.Commands.RangeCommand

See Also

Reference

Command Members
GrapeCity.Spreadsheet.Commands Namespace
System.IDisposable