| AddChart | ApiChart | null | Creates a chart of the specified type from the selected data range of the current sheet. |
| AddDefName | boolean | Adds a new name to the current worksheet. |
| AddDrawing | boolean | Adds a detached drawing object (e.g. a copy returned by ApiDrawing.Copy) to the worksheet at the specified anchor. |
| AddImage | ApiImage | Adds an image to the current sheet with the parameters specified. |
| AddListObject | ApiListObject | null | Adds a formatted table to the worksheet and returns the ApiListObject object. |
| AddOleObject | ApiOleObject | Adds an OLE object to the current sheet with the parameters specified. |
| AddProtectedRange | ApiProtectedRange | null | Creates a protected range of the specified type from the selected data range of the current sheet. |
| AddShape | ApiShape | Adds a shape to the current sheet with the parameters specified. |
| AddWordArt | ApiDrawing | Adds a Text Art object to the current sheet with the parameters specified. |
| Delete | boolean | Deletes the current worksheet. |
| FormatAsTable | boolean | Formats the selected range of cells from the current sheet as a table (with the first row formatted as a header). |
| GetActiveCell | ApiRange | Returns an object that represents an active cell. |
| GetAllCharts | ApiChart[] | Returns all charts from the current sheet. |
| GetAllDrawings | Drawing[] | Returns all drawings from the current sheet. |
| GetAllImages | ApiImage[] | Returns all images from the current sheet. |
| GetAllOleObjects | ApiOleObject[] | Returns all OLE objects from the current sheet. |
| GetAllPivotTables | ApiPivotTable[] | Returns all pivot tables from the current worksheet. |
| GetAllProtectedRanges | ApiProtectedRange[] | null | Returns all protected ranges from the current worksheet. |
| GetAllShapes | ApiShape[] | Returns all shapes from the current sheet. |
| GetAutoFilter | ApiAutoFilter | Returns the instante of ApiAutoFilter object that represents the worksheet AutoFilter. |
| GetBottomMargin | number | Returns the bottom margin of the sheet. |
| GetCells | ApiRange | null | Returns the ApiRange that represents all the cells on the worksheet (not just the cells that are currently in use). |
| GetCols | ApiRange | Returns the ApiRange object that represents all the cells on the columns range. |
| GetComments | ApiComment[] | Returns all comments from the current worksheet. |
| GetCustomXmlParts | ApiCustomXmlParts | null | Retrieves the custom XML manager associated with the current sheet. |
| GetDefName | ApiName | null | Returns the ApiName object by the worksheet name. |
| GetDefNames | ApiName[] | Returns an array of ApiName objects. |
| GetFreezePanes | ApiFreezePanes | Returns the freeze panes from the current worksheet. |
| GetIndex | number | Returns a sheet index. |
| GetLeftMargin | number | Returns the left margin of the sheet. |
| GetListObjects | ApiListObject[] | Returns an array of ApiListObject objects representing the formatted tables on the worksheet. |
| GetName | string | Returns a sheet name. |
| GetPageOrientation | PageOrientation | Returns the page orientation. |
| GetPivotByName | ApiPivotTable | null | Returns a pivot table by its name from the current worksheet, or null if it does not exist. |
| GetPrintGridlines | boolean | Returns the page PrintGridlines property which specifies whether the current sheet gridlines must be printed or not. |
| GetPrintHeadings | boolean | Returns the page PrintHeadings property which specifies whether the current sheet row/column headings must be printed or not. |
| GetProtectedRange | ApiProtectedRange | null | Returns a protected range object by its title. |
| GetRange | ApiRange | null | Returns an object that represents the selected range of the current sheet. Can be a single cell - A1, or cells |
| GetRangeByNumber | ApiRange | Returns an object that represents the selected range of the current sheet using the row/column coordinates for the cell selection. |
| GetRightMargin | number | Returns the right margin of the sheet. |
| GetRows | ApiRange | null | Returns the ApiRange object that represents all the cells on the rows range. |
| GetSelectedDrawings | Drawing[] | Returns selected drawings from the current sheet. |
| GetSelectedShapes | ApiShape[] | Returns selected shapes from the current sheet. |
| GetSelection | ApiRange | Returns an object that represents the selected range. |
| GetTopMargin | number | Returns the top margin of the sheet. |
| GetUsedRange | ApiRange | Returns the ApiRange object that represents the used range on the specified worksheet. |
| GetVisible | boolean | Returns the state of sheet visibility. |
| Move | None | Moves the current sheet to another location in the workbook. |
| Paste | None | Pastes the contents of the clipboard to the current sheet. |
| RefreshAllPivots | None | Refreshes all pivot tables on the current worksheet. |
| ReplaceCurrentImage | boolean | Replaces the current image with a new one. |
| SetActive | boolean | Makes the current sheet active. |
| SetBottomMargin | boolean | Sets the bottom margin of the sheet. |
| SetColumnWidth | boolean | Sets the width of the specified column. |
| SetDisplayGridlines | boolean | Specifies whether the current sheet gridlines must be displayed or not. |
| SetDisplayHeadings | boolean | Specifies whether the current sheet row/column headers must be displayed or not. |
| SetHyperlink | boolean | Adds a hyperlink to the specified range. |
| SetLeftMargin | boolean | Sets the left margin of the sheet. |
| SetName | None | Sets a name to the current active sheet. |
| SetPageOrientation | boolean | Sets the page orientation. |
| SetPrintGridlines | boolean | Specifies whether the current sheet gridlines must be printed or not. |
| SetPrintHeadings | boolean | Specifies whether the current sheet row/column headers must be printed or not. |
| SetRightMargin | boolean | Sets the right margin of the sheet. |
| SetRowHeight | boolean | Sets the height of the specified row measured in points. |
| SetTopMargin | boolean | Sets the top margin of the sheet. |
| SetVisible | boolean | Sets the state of sheet visibility. |