| Name | Description |
| Activate | Activates a single cell, which must be inside the current selection. |
| AddComment | Overloaded. Adds a comment to the cell. |
| AddCommentThreaded | Adds a new modern threaded comment to the range if no comment already exists. |
| Address | Overloaded. Returns a System.String value that represents the range reference. |
| ApplyNumberFormat | Applies the number format to the range. |
| ApplyStyle | Overloaded. Applies the named style to the range. |
| ApplyStyleFormat | Applies the style format to the range. |
| AutoFill | Overloaded. Performs an autofill on the cells in the specified range. |
| AutoFilter | Overloaded. Creates the automatic filter for current selection if the filter doesn't exist; otherwise, remove the filter. |
| AutoFit | Changes the width of the columns or the height of the rows in the range to achieve the best fit. |
| BorderAround | Overloaded. Adds a border to a range and sets the IBorder.Color and IBorder.LineStyle properties of the IBorder object for the new border. |
| Calculate | Calculates this range of cells on a worksheet. |
| Characters | Gets an ICharacters object that represents a range of characters within the object text. You can use the ICharacters object to format characters within a text string. |
| Clear | Removes all the data and formulas from the specified range of cells. |
| ClearHyperlinks | Removes all hyperlinks from the specified range. |
| Copy | Overloaded. Copies the data from a range of cells to a specified range of cells. |
| CreateCamera | Creates an GrapeCity.Spreadsheet.Drawing.ICamera object that represents the visual of a cell range. |
| CreateTable | Creates the ITable at the specified cell range. |
| Cut | Cuts the data from a range of cells to clipboard. |
| DataTable | Overloaded. Creates a data table based on input values and formulas that you define on a worksheet. |
| Delete | Delete a cell or a range of cells into the worksheet and shifts other cells. |
| Dirty | Designates a range to be recalculated when the next recalculation occurs. |
| End | Returns an IRange object that represents the cell at the end of the region that contains the source range. |
| FillDown | Fills down from the top cell or cells in the specified range to the bottom of the range. The contents and formatting of the cell or cells in the top row of a range are copied into the rest of the rows in the range. |
| FillLeft | Fills left from the rightmost cell or cells in the specified range. The contents and formatting of the cell or cells in the rightmost column of a range are copied into the rest of the columns in the range. |
| FillRight | Fills right from the leftmost cell or cells in the specified range. The contents and formatting of the cell or cells in the leftmost column of a range are copied into the rest of the columns in the range. |
| FillUp | Fills up from the bottom cell or cells in the specified range to the top of the range. The contents and formatting of the cell or cells in the bottom row of a range are copied into the rest of the rows in the range. |
| Find | Finds specific information in a range. |
| FindNext | Continues a search that was begun with the Find method. Finds the next cell that matches those same conditions and returns a Range object that represents that cell. |
| FindPrevious | Continues a search that was begun with the Find method. Finds the previous cell that matches those same conditions and returns an IRange object that represents that cell. |
| GetFullDependents | Returns an array of IRange object that represents the ranges containing all the dependents of a cell. This can be a multiple selection (a union of Range objects) if there's more than one dependent. |
| GetFullPrecedents | Returns an array of IRange object that represents all the precedents of a cell. This can be a multiple selection (a union of Range objects) if there's more than one precedent. |
| GoalSeek | Overloaded. Calculates the values necessary to achieve a specific goal. |
| Group | Demotes a range in an outline (that is, increases its outline level). The specified range must be a row or column, or a range of rows or columns. |
| Insert | Inserts a cell or a range of cells into the worksheet and shifts other cells away to make space. |
| InsertIndent | Adds an indent to the specified range. |
| InsertPictureInCell | Overloaded. Inserts local picture directly into cell. |
| Merge | Creates a merged cell from the specified IRange object. |
| Move | Overloaded. Moves the data from a range of cells to the specified location. |
| Offset | Returns a IRange object that represents a translated range from the specified range. |
| PastePictureInCell | Pastes the picture from clipboard into cell. |
| PasteSpecial | Creates a command that paste specified data to the worksheet. |
| Range | Get an IRange object that represents a cell or a range of cells. |
| RemoveDuplicates | Removes duplicate values from a range of values. |
| Resize | Resizes the specified range. |
| Select | Select a cell or a range of cells. |
| Show | Scrolls through the contents of the active window to move the range into view. The range must consist of a single cell in the active document. |
| ShowCard | For a cell containing a rich data type, implement GrapeCity.CalcEngine.IRichValue, this method causes a card to appear that shows details about the cell (that is, the same card that the user can view by choosing the cell icon). |
| SpecialCells | Gets a IRange object that represents all the cells that match the specified type and value. |
| TextToColumns | Overloaded. Parses a column of cells that contain text into several columns. |
| Ungroup | Promotes a range in an outline (that is, decreases its outline level). The specified range must be a row or column, or a range of rows or columns. |
| UnMerge | Separates a merged area into individual cells. |