com.aspose.cells
Class PaneStateType

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

public class PaneStateType 
extends java.lang.Object

Utility class containing constants. Represents state of the sheet's pane.


Field Summary
static final intFROZEN
           Panes are frozen, but were not before being frozen.
static final intFROZEN_SPLIT
           Panes are frozen and were split before being frozen.
static final intSPLIT
           Panes are split, but not frozen.
static final intNORMAL
           Panes are not frozen and not split.
 

Field Detail

FROZEN

public static final int FROZEN
Panes are frozen, but were not before being frozen.

FROZEN_SPLIT

public static final int FROZEN_SPLIT
Panes are frozen and were split before being frozen.

SPLIT

public static final int SPLIT
Panes are split, but not frozen.

NORMAL

public static final int NORMAL
Panes are not frozen and not split.

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