public final class CellMerge
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FIRST
The cell is the first cell in a range of merged cells.
|
static int |
length |
static int |
NONE
The cell is not merged.
|
static int |
PREVIOUS
The cell is merged to the previous cell horizontally or vertically.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String cellMergeName) |
static java.lang.String |
getName(int cellMerge) |
static int[] |
getValues() |
static java.lang.String |
toString(int cellMerge) |
public static final int NONE
public static final int FIRST
public static final int PREVIOUS
public static final int length