com.aspose.cells
Class VisibilityType

java.lang.Object
    extended by com.aspose.cells.VisibilityType

public class VisibilityType 
extends java.lang.Object

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

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

Field Detail

HIDDEN

public static final int HIDDEN
Indicates the sheet is hidden, but can be shown by the user via the user interface.

VERY_HIDDEN

public static final int VERY_HIDDEN
ndicates the sheet is hidden and cannot be shown in the user interface (UI). This state is only available programmatically.

VISIBLE

public static final int 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.