Spread Windows Forms 12.0 Product Documentation
MultiRangeCommand Class
Members 


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

System.Object
   GrapeCity.Spreadsheet.Commands.Command
      GrapeCity.Spreadsheet.Commands.RangeCommand
         GrapeCity.Spreadsheet.Commands.MultiRangeCommand
            GrapeCity.Spreadsheet.Commands.AutoSumCommand
            GrapeCity.Spreadsheet.Commands.ClipboardCopyCommand
            GrapeCity.Spreadsheet.Commands.ClipboardPasteCommand

See Also

Reference

MultiRangeCommand Members
GrapeCity.Spreadsheet.Commands Namespace