Field Summary | ||
---|---|---|
const int | HIDDEN | |
Indicates the sheet is hidden, but can be shown by the user via the user interface.
|
||
const int | VERY_HIDDEN | |
Indicates the sheet is hidden and cannot be shown in the user interface (UI).
This state is only available programmatically.
|
||
const int | VISIBLE | |
Indicates the sheet is visible.
|
const int HIDDEN
const int VERY_HIDDEN
const int VISIBLE