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