| Name | Description |
| AutoFilter | Returns an instance of IAutoFilter which represents the autofilter options associated with this worksheet, or null if this worksheet is not in autofilter mode. |
| AutoFilterMode | Gets or sets the property which specifies whether this worksheet is in autofilter mode. |
| Cells | Returns an instance of IRange which provides access to cell values, formulas, formatting and other cell properties and methods. |
| DisplayAutomaticPageBreaks | Gets or sets the property which specifies whether automatic page breaks should be displayed. |
| HPageBreaks | Returns a reference to the horizontal page break collection for the worksheet. |
| Hyperlinks | Returns a reference to the hyperlink collection for the worksheet. |
| Index | Returns the zero based index of this sheet. (Inherited from SpreadsheetGear.ISheet) |
| Name | Gets or sets the name of the sheet. (Inherited from SpreadsheetGear.ISheet) |
| Names | Returns the collection of worksheet specific defined names associated with this worksheet. |
| Outline | Returns an instance of IOutline which provides access to outline options. |
| PageSetup | Returns an instance of IPageSetup which provides access to page setup options. |
| ProtectContents | Gets or sets the property which specifies whether the contents of a worksheet are protected. |
| Range | Returns an instance of IRange which provides access to cell values, formulas, formatting and other cell properties and methods. |
| Shapes | Returns the collection of shapes associated with this worksheet. |
| StandardWidth | Gets or sets the default column width for this worksheet in units equal to the width of a character in the default font. |
| Tab | Returns a reference to the sheet tab of this sheet. (Inherited from SpreadsheetGear.ISheet) |
| TransitionExpEval | Gets or sets the property which specifies whether or not a worksheet should use transitional formula evaluation. |
| TransitionFormEntry | Gets or sets the property which specifies whether or not a worksheet should use transitional formula entry. |
| Type | Returns the SheetType of this sheet. (Inherited from SpreadsheetGear.ISheet) |
| UsedRange | Returns an IRange representing the portion of the worksheet which is in use. |
| Visible | Gets or sets the property which indicates whether or not a worksheet is visible. (Inherited from SpreadsheetGear.ISheet) |
| VPageBreaks | Returns a reference to the vertical page break collection for the worksheet. |
| WindowInfo | Returns an instance of IWorksheetWindowInfo which represents worksheet specific window options. |
| Workbook | Returns the workbook which contains the current sheet. (Inherited from SpreadsheetGear.ISheet) |
| WorkbookSet | Returns the parent IWorkbookSet of this sheet. (Inherited from SpreadsheetGear.ISheet) |