![]() |
NanoXLSX.Reader 3.0.0-rc.2
|
Static class that contains enums for password handling. More...
Public Types | |
| enum | PasswordType { WorkbookProtection , WorksheetProtection } |
| Target type of the password. More... | |
Static class that contains enums for password handling.
Definition at line 13 of file ReaderPassword.cs.
Target type of the password.
| Enumerator | |
|---|---|
| WorkbookProtection | Password is used to protect a workbook. |
| WorksheetProtection | Password is used to protect a worksheet. |
Definition at line 18 of file ReaderPassword.cs.