java.lang.Object
com.aspose.cells.PaneStateType
public class PaneStateType
| 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. | ||
| Field Detail |
|---|
FROZEN | |
public static final int FROZEN | |
FROZEN_SPLIT | |
public static final int FROZEN_SPLIT | |
SPLIT | |
public static final int SPLIT | |
NORMAL | |
public static final int NORMAL | |