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


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