java.lang.Object
com.aspose.cells.AutoFitMergedCellsType
public class AutoFitMergedCellsType
| Field Summary | ||
|---|---|---|
static final int | NONE | |
| Ignore merged cells. | ||
static final int | FIRST_LINE | |
| Only expands the height of the first row. | ||
static final int | LAST_LINE | |
| Only expands the height of the last row. | ||
static final int | EACH_LINE | |
| Only expands the height of each row. | ||
| Field Detail |
|---|
NONE | |
public static final int NONE | |
FIRST_LINE | |
public static final int FIRST_LINE | |
LAST_LINE | |
public static final int LAST_LINE | |
EACH_LINE | |
public static final int EACH_LINE | |