| Modifier and Type | Field and Description |
|---|---|
static Set<SheetProtectionOption> |
SheetProtectionOption.DEFAULT_OPTIONS
The options that are
true by default AND 'sheet'. |
| Modifier and Type | Method and Description |
|---|---|
static SheetProtectionOption |
SheetProtectionOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SheetProtectionOption[] |
SheetProtectionOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Worksheet.protect(String password,
SheetProtectionOption... options)
Protects the sheet with a password.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Worksheet.protect(String password,
Set<SheetProtectionOption> options)
Protects the sheet with a password.
|
Copyright © 2023. All rights reserved.