Returns a boolean indicating if the Sheet has been protected with a password.
When protecting a Sheet, a password is optional. The HasProtectionPassword will return true if the Sheet is currently protected (see isProtected) and a password was specified when it was protected.
Returns a boolean indicating if the Worksheet has been protected.
The IsProtected property will return true if the Worksheet is currently protected. When a Worksheet is protected only unprotected cells may be edited. In addition, other operations may be limited based on the properties of the WorksheetProtection which may be accessed using the Protection property.
Gets or sets the sheet name.
The sheet name is case-insensitively unique in the workbook.
The sheet name is shown in the tab for the worksheet. In addition, the worksheet name can be used by formulas from other worksheets to refer to cells in this worksheet.
The sheet name.Gets or sets the sheet name.
The sheet name is case-insensitively unique in the workbook.
The sheet name is shown in the tab for the worksheet. In addition, the worksheet name can be used by formulas from other worksheets to refer to cells in this worksheet.
The sheet name.Gets the value which indicates whether this worksheet is selected.
If the worksheet has been removed from its parent Workbook.worksheets collection, this will always return False.
The value which indicates whether this worksheet is selected.Gets the zero-based index of this sheet in its parent Workbook.sheets collection.
Negative one indicates the sheet has been removed from its parent collection.
The zero-based index of this sheet in its parent Sheets collection.Gets or sets the WorkbookColorInfo to use for the associated sheet's tab in the tab bar of Microsoft Excel.
If the tab bar is not visible, this color will not be seen.
The WorkbookColorInfo to use for the associated sheet's tab in the tab bar of Microsoft Excel.Gets or sets the WorkbookColorInfo to use for the associated sheet's tab in the tab bar of Microsoft Excel.
If the tab bar is not visible, this color will not be seen.
The WorkbookColorInfo to use for the associated sheet's tab in the tab bar of Microsoft Excel.Returns a value indicating the type of sheet
Moves the sheet to a new position in the owning workbook's collections of sheets.
The new 0-based index to where the sheet should be moved.
Removes the Sheet protection.
Base class for a sheet in a Microsoft Excel workbook.