public final class WorksheetProtectionType extends Object
Represents Spreadsheet worksheet (tab) protection types
Modifier and Type | Field and Description |
---|---|
static byte |
All
User cannot modify anything on the worksheet
|
static byte |
Contents
User cannot enter data in the worksheet
|
static byte |
None
Protection is not applied (default value)
|
static byte |
Objects
User cannot modify drawing objects
|
static byte |
Scenarios
User cannot modify saved scenarios
|
static byte |
Structure
User cannot modify the structure
|
static byte |
Window
User cannot modify the window
|
public static final byte All
User cannot modify anything on the worksheet
public static final byte Contents
User cannot enter data in the worksheet
public static final byte None
Protection is not applied (default value)
public static final byte Objects
User cannot modify drawing objects
public static final byte Scenarios
User cannot modify saved scenarios
public static final byte Structure
User cannot modify the structure
public static final byte Window
User cannot modify the window