AutoFitMergedCellsType Enum
AutoFitMergedCellsType Enum
Represents the type of auto fitting merged cells.
type AutoFitMergedCellsType int32
Fields
Field | Description |
---|---|
None | Ignore merged cells. |
FirstLine | Only expands the height of the first row. |
LastLine | Only expands the height of the last row. |
EachLine | Expands the height of each row. |