public final class WorksheetProtectionType extends Object
Represents Spreadsheet worksheet (tab) protection types
| Modifier and Type | Field and Description |
|---|---|
static int |
All
User cannot modify anything on the worksheet
|
static int |
Contents
User cannot enter data in the worksheet
|
static int |
None
Protection is not applied (default value)
|
static int |
Objects
User cannot modify drawing objects
|
static int |
Scenarios
User cannot modify saved scenarios
|
static int |
Structure
User cannot modify the structure
|
static int |
Window
User cannot modify the window
|
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 None
Protection is not applied (default value)
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
Copyright © 2024. All rights reserved.