The following tables list the members exposed by Sheet.
Name | Description | |
---|---|---|
![]() | HasProtectionPassword | Returns a boolean indicating if the Sheet has been protected with a password. |
![]() | IsProtected | Returns a boolean indicating if the Worksheet has been protected. |
![]() | Name | Gets or sets the sheet name. |
![]() | Selected | Gets the value which indicates whether this worksheet is selected. |
![]() | SheetIndex | Gets the zero-based index of this sheet in its parent Workbook.Sheets collection. |
![]() | TabColorInfo | Gets or sets the WorkbookColorInfo to use for the associated sheet's tab in the tab bar of Microsoft Excel. |
![]() | Type | Returns a value indicating the type of sheet |
![]() | Workbook | Gets the Workbook that owns the worksheet. |
Name | Description | |
---|---|---|
![]() | MoveToSheetIndex | Moves the sheet to a new position in the owning workbook's collections of sheets. |
![]() | Unprotect | Overloaded. Attempts to use the specified password to remove the WorkSheet protection currently in place. |
View on GitHub