AutoFitMergedCellsType
AutoFitMergedCellsType enumeration
Utility class containing constants. Represents the type of auto fitting merged cells.
Values
| Name | Description |
|---|---|
| NONE | Ignore merged cells. Default. |
| FIRST_LINE | Only expands the height of the first row. |
| LAST_LINE | Only expands the height of the last row. |
| EACH_LINE | Only expands the height of each row. |