2.5.143 ST_SheetState
- Article
-
-
The ST_SheetState enumeration specifies the
visibility state of a sheet.
Name
|
Value
|
Meaning
|
VISIBLE
|
0x00000000
|
The sheet is visible.
|
HIDDEN
|
0x00000001
|
The sheet is hidden.
|
VERYHIDDEN
|
0x00000002
|
The sheet is hidden and cannot be displayed by using
the user interface.
|