The ExcelWorksheetSecurity type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ProtectWorksheet |
Protect the worksheet using the default protection options.
| |
ProtectWorksheet(ExcelProtectionAllowFlags) |
Protects the worksheet and allows only the operations specified by the protection flags.
| |
ProtectWorksheet(String) |
Protect the worksheet using the default protection options and set a password required to unprotect the worksheet.
| |
ProtectWorksheet(String, ExcelProtectionAllowFlags) |
Protects the worksheet and allows only the operations specified by the protection flags
and set a password required to unprotect the worksheet.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnprotectWorksheet |
Unprotects the worksheet when no password was used to protect the worksheet.
| |
UnprotectWorksheet(String) |
Unprotects the worksheet providing the password used when the worksheet was protected.
|
See Also