The ExcelDocumentSecurity 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.) | |
| ProtectWorkbook(Boolean, Boolean) |
Protects the workbook window and structure.
| |
| ProtectWorkbook(Boolean, Boolean, String) |
Protects the workbook window and structure and sets a password to unprotect the workbook.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UnprotectWorkbook |
Removes protection from the workbook.
| |
| UnprotectWorkbook(String) |
Removes the protection from the workbook.
|
See Also