Field Summary | ||
---|---|---|
const int | ALL | |
Represents to protect all. | ||
const int | CONTENTS | |
Represents to protect contents, used in Worksheet protection. | ||
const int | OBJECTS | |
Represents to protect objects, used in Worksheet protection. | ||
const int | SCENARIOS | |
Represents to protect scenarios, used in Worksheet protection. | ||
const int | STRUCTURE | |
Represents to protect structure, used in Workbook protection. | ||
const int | WINDOWS | |
Represents to protect window, used in Workbook protection. | ||
const int | NONE | |
Represents no protection. Only for Reading property. |
Field Detail |
---|
ALL | |
const int ALL |
CONTENTS | |
const int CONTENTS |
OBJECTS | |
const int OBJECTS |
SCENARIOS | |
const int SCENARIOS |
STRUCTURE | |
const int STRUCTURE |
WINDOWS | |
const int WINDOWS |
NONE | |
const int NONE |