aspose.cells
Class VisibilityType

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

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

Field Detail

HIDDEN

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

VERY_HIDDEN

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

VISIBLE

const Number VISIBLE
Indicates the sheet is visible.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.