WorksheetProtectionType
Leave feedback
On this page
Inheritance: java.lang.Object
public final class WorksheetProtectionType
Represents Spreadsheet worksheet (tab) protection types
| Field | Description |
|---|---|
| None | Protection is not applied (default value) |
| All | User cannot modify anything on the worksheet |
| Contents | User cannot enter data in the worksheet |
| Objects | User cannot modify drawing objects |
| Scenarios | User cannot modify saved scenarios |
| Structure | User cannot modify the structure |
| Window | User cannot modify the window |
| Method | Description |
|---|---|
| getAll() |
public static final int None
Protection is not applied (default value)
public static final int All
User cannot modify anything on the worksheet
public static final int Contents
User cannot enter data in the worksheet
public static final int Objects
User cannot modify drawing objects
public static final int Scenarios
User cannot modify saved scenarios
public static final int Structure
User cannot modify the structure
public static final int Window
User cannot modify the window
public static Map<Integer,String> getAll()
Returns: java.util.Map<java.lang.Integer,java.lang.String>
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.