java.lang.Object
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 int | FROZEN | |
Panes are frozen, but were not before being frozen.
|
static final int | FROZEN_SPLIT | |
Panes are frozen and were split before being frozen.
|
static final int | SPLIT | |
Panes are split, but not frozen.
|
static final int | NORMAL | |
Panes are not frozen and not split.
|
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.