| Class | Description |
| AutoFillCommand | Represents a command that autofill on the cells in the specified range. |
| AutoSumCommand | Represents a command that detects ranges of cells to auto fills SUM or SUBTOTAL function at appropriate location This class cannot be inherited. |
| CellEditCommand | Represents a command that modifies value of a cell or a range of cells. This class cannot be inherited. |
| CellStyleCommand | Represents a command that modifies style of a cell or a range of cells. This class cannot be inherited. |
| ClipboardCopyCommand | Represents a command that copies ranges of cells. This class cannot be inherited. |
| ClipboardCopyShapeCommand | Represents a command that copy data from a worksheet. This class cannot be inherited. |
| ClipboardCutShapeCommand | Represents the Cut shape command. This class cannot be inherited. |
| ClipboardInsertCommand | |
| ClipboardPasteCommand | Represents a command that paste data to the worksheet. |
| ClipboardPasteShapeCommand | Represents a command that pastes a shape from clipboard to the worksheet. This class cannot be inherited. |
| Command | Represents an abstract command. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated. |
| CommandManager | Represents the command manager. This class cannot be inherited. |
| CreateHyperlinkCommand | Represents the command that create hyperlink automatically from input text. This class cannot be inherited. |
| DataValidationCommand | Represents a command that modifies data validation of a cell or a range of cells. This class cannot be inherited. |
| FilterCommand | Represents a command for filtering operation. |
| FormatCellsActionCommand | Represents a command for format cell operation. |
| FormatConditionalCommand | Represents a command for FormatConditional Command. This is a %[LangWord]static class% and so cannot be inherited or instantiated. |
| FormatConditionalManagerCommand | Represents a command that modifies conditional formats of a cell or a range of cells. This class cannot be inherited. |
| LegacyClipboardCopyCommand | Represents a command that copies ranges of cells |
| LegacyClipboardCutCommand | Represents a command that cut ranges of cells This class cannot be inherited. |
| LegacyClipboardPasteCommand | Represents a command that paste to ranges of cells This class cannot be inherited. |
| MultiRangeCommand | Represents a command that executes against multiple ranges of cells. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated. |
| PrintAreaCommand | Represents a command for print area. This class cannot be inherited. |
| RangeActionsCommand | Represents a command for the specified cell range. |
| RangeCommand | Represents a command that executes against a range of cells. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated. |
| RowColumnActionsCommand | Represents a command for row or column operation. This class cannot be inherited. |
| RowColumnCommand | Represents a command for row or column operation. |
| ShapeActionsCommand | Represents a transform command for the drawing object. This class cannot be inherited. |
| SheetActionsCommand | Represents a command for sheet operation. |
| SlicerActionsCommand | Represents a command for the GrapeCity.Spreadsheet.Slicers.Slicer object. This class cannot be inherited. |
| SortCommand | Represents a command for sorting operation. This class cannot be inherited. |
| StyleActionsCommand | Represents a command for style operation. |
| TableActionsCommand | Represents a command for the specified table range. |
| TableStyleCommand | Represents a command for the specified table style. This class cannot be inherited. |
| TableSubTotalCommand | Represents a command for table subotal operation. This class cannot be inherited. |
| ThreadedCommentCommand | Represents a command that adding a new comment or reply on a cell. |
| ZoomScaleActionCommand | Represents a command for zoom scale action. This class cannot be inherited. |