Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RangeCommand Class
Members


In This Topic
    RangeCommand Class
    In This Topic
    Represents a command that executes against a range of cells. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    Syntax
    'Declaration
     
    
    Public MustInherit Class RangeCommand 
       Inherits Command
    'Usage
     
    
    Dim instance As RangeCommand
    public abstract class RangeCommand : Command 
    Inheritance Hierarchy
    See Also