WorksheetProtectionType

Contents
[ ]

Inheritance: java.lang.Object

public final class WorksheetProtectionType

Represents Spreadsheet worksheet (tab) protection types

Fields

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

Methods

Method Description
getAll()

None

public static final byte None

Protection is not applied (default value)

All

public static final byte All

User cannot modify anything on the worksheet

Contents

public static final byte Contents

User cannot enter data in the worksheet

Objects

public static final byte Objects

User cannot modify drawing objects

Scenarios

public static final byte Scenarios

User cannot modify saved scenarios

Structure

public static final byte Structure

User cannot modify the structure

Window

public static final byte Window

User cannot modify the window

getAll()

public static Map<Byte,String> getAll()

Returns: java.util.Map<java.lang.Byte,java.lang.String>