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