The following tables list the members exposed by Worksheet.
| Name | Description | |
|---|---|---|
![]() | Columns | Gets the collection of columns in the worksheet. |
![]() | DataTables | Gets the collection of data tables in the worksheet. |
![]() | DataValidationRules | Gets the collection of data validation rules applied to cells in the Worksheet. |
![]() | DefaultColumnWidth | Gets or sets the default column width, in 1/256s of average character width. |
![]() | DefaultRowHeight | Gets or sets the default row height in twips (1/20th of a point). |
![]() | DisplayOptions | Gets the object which controls the display of the worksheet. |
![]() | ImageBackground | Gets or sets the background image for the worksheet. |
![]() | Index | Gets the zero-based index of this worksheet in its parent Workbook.Worksheets collection. |
![]() | MergedCellsRegions | Gets the collection of merged cell ranges in this worksheet. |
![]() | Name | Gets or sets the worksheet name. |
![]() | PrintOptions | Gets the object which controls how the worksheet prints. |
![]() | Protected | Gets or sets the protection state of Excel worksheet. |
![]() | Rows | Gets the collection of rows in the worksheet. |
![]() | Selected | Gets the value which indicates whether this worksheet is selected. |
![]() | Shapes | Gets the collection of shapes on the worksheet. |
![]() | Workbook | Gets the Workbook that owns the worksheet. |
| Name | Description | |
|---|---|---|
![]() | GetCell | Overloaded. Gets the cell at the specified address. |
![]() | GetRegion | Overloaded. Gets the region at the specified address. |
![]() | MoveToIndex | Moves the worksheet to a new position in the owning workbook's collections of worksheets. |

