AutoFitMergedCellsType
AutoFitMergedCellsType enumeration
Represents the type of auto fitting merged cells.
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | Ignore merged cells. |
| FirstLine | 1 | Only expands the height of the first row. |
| LastLine | 2 | Only expands the height of the last row. |
| EachLine | 3 | Expands the height of each row. |