Spread Windows Forms 12.0 Product Documentation
RangeCommand Class
Members 


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

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

See Also

Reference

RangeCommand Members
GrapeCity.Spreadsheet.Commands Namespace