Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / Command Class
Members


In This Topic
    Command Class
    In This Topic
    Represents an abstract command.
    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.CellStyleCommand
          GrapeCity.Spreadsheet.Commands.ChartActionsCommand
          GrapeCity.Spreadsheet.Commands.ClipboardCopyShapeCommand
          GrapeCity.Spreadsheet.Commands.ClipboardCutShapeCommand
          GrapeCity.Spreadsheet.Commands.ClipboardPasteShapeCommand
          GrapeCity.Spreadsheet.Commands.CommentCommand
          GrapeCity.Spreadsheet.Commands.CreateForecastSheetCommand
          GrapeCity.Spreadsheet.Commands.CreateHyperlinkCommand
          GrapeCity.Spreadsheet.Commands.FilterCommand
          GrapeCity.Spreadsheet.Commands.GoalSeekCommand
          GrapeCity.Spreadsheet.Commands.NoteActionsCommand
          GrapeCity.Spreadsheet.Commands.PictureCommand
          GrapeCity.Spreadsheet.Commands.PrintAreaCommand
          GrapeCity.Spreadsheet.Commands.RangeActionsCommand
          GrapeCity.Spreadsheet.Commands.RangeCommand
          GrapeCity.Spreadsheet.Commands.RowColumnActionsCommand
          GrapeCity.Spreadsheet.Commands.RowColumnCommand
          GrapeCity.Spreadsheet.Commands.ShapeActionsCommand
          GrapeCity.Spreadsheet.Commands.SheetActionsCommand
          GrapeCity.Spreadsheet.Commands.SlicerActionsCommand
          GrapeCity.Spreadsheet.Commands.StyleActionsCommand
          GrapeCity.Spreadsheet.Commands.TableStyleCommand
          GrapeCity.Spreadsheet.Commands.TableSubTotalCommand
          GrapeCity.Spreadsheet.Commands.ThemeCommand
          GrapeCity.Spreadsheet.Commands.ThreadedCommentCommand
          GrapeCity.Spreadsheet.Commands.ZoomScaleCommand

    See Also