NanoXLSX.Reader
3.0.0-rc.2
Loading...
Searching...
No Matches
ReaderPassword.cs
1
/*
2
* NanoXLSX is a small .NET library to generate and read XLSX (Microsoft Excel 2007 or newer) files in an easy and native way
3
* Copyright Raphael Stoeckli © 2025
4
* This library is licensed under the MIT License.
5
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
6
*/
7
8
namespace
NanoXLSX.Internal.Enums
9
{
13
public
static
class
ReaderPassword
14
{
18
public
enum
PasswordType
19
{
23
WorkbookProtection
,
27
WorksheetProtection
28
}
29
}
30
}
NanoXLSX.Internal.Enums.ReaderPassword
Static class that contains enums for password handling.
Definition
ReaderPassword.cs:14
NanoXLSX.Internal.Enums.ReaderPassword.PasswordType
PasswordType
Target type of the password.
Definition
ReaderPassword.cs:19
NanoXLSX.Internal.Enums.ReaderPassword.PasswordType.WorksheetProtection
@ WorksheetProtection
Password is used to protect a worksheet.
Definition
ReaderPassword.cs:27
NanoXLSX.Internal.Enums.ReaderPassword.PasswordType.WorkbookProtection
@ WorkbookProtection
Password is used to protect a workbook.
Definition
ReaderPassword.cs:23
NanoXLSX.Internal.Enums
Definition
ReaderPassword.cs:9
Internal
Enums
ReaderPassword.cs
Generated by
1.15.0