Name | Description | |
---|---|---|
![]() | Annotations | Gets the Worksheet's AnnotationCollection. |
![]() | Cells | Gets the Worksheet's CellCollection. |
![]() | Columns | Gets the Worksheet's ColumnCollection. |
![]() | DataValidations | Gets the DataValidations in the DataValidationCollection. |
![]() | Hyperlinks | Gets the Worksheet's HyperlinkCollection. |
![]() | Id | Gets the current Worksheet's Id. A Workbook may contain more than one Worksheet. The first Id starts at 0. |
![]() | IsProtected | Gets if the Worksheet is currently protected. The default value is false. |
![]() | MergedCells | Gets the Worksheet's MergedCellCollection. |
![]() | Name | Gets or sets the Worksheet's name. |
![]() | PageLayout | Gets the Worksheet's PageLayout. |
![]() | Pictures | Gets the Worksheet's PictureCollection. |
![]() | Protection | Gets the WorksheetProtection as a read-only object. |
![]() | Rows | Gets the Worksheet's RowCollection. |
![]() | SheetView | Gets the Worksheet's SheetView. |
![]() | TabColor | Gets or sets the Color for the Worksheet's tab. The default value is null. |
![]() | Tables | Gets the Worksheet's TableCollection. |
![]() | TabThemeColor | Gets or sets the ThemeColor that the Worksheet will use on its tabs. The default value is null. |
![]() | Visibility | Gets or sets how a Worksheet is displayed. The default setting is Visible. |