asposecells.api

Class VisibilityType

Utility class containing constants. Represents the states for sheet visibility.

Field Summary
const  intVISIBLE
Indicates the sheet is visible.
const  intHIDDEN
Indicates the sheet is hidden, but can be shown by the user via the user interface.
const  intVERY_HIDDEN
Indicates the sheet is hidden and cannot be shown in the user interface (UI). This state is only available programmatically.
 

    • Field Detail

      • VISIBLE

        const int VISIBLE
        Indicates the sheet is visible.
      • HIDDEN

        const int HIDDEN
        Indicates the sheet is hidden, but can be shown by the user via the user interface.
      • VERY_HIDDEN

        const int VERY_HIDDEN
        Indicates the sheet is hidden and cannot be shown in the user interface (UI). This state is only available programmatically.