Aspose::Cells::AutoFitMergedCellsType enum

AutoFitMergedCellsType enum

Represents the type of auto fitting merged cells.

enum class AutoFitMergedCellsType

Values

NameValueDescription
None0
Ignore merged cells.
FirstLine1
Only expands the height of the first row.
LastLine2
Only expands the height of the last row.
EachLine3
Only expands the height of each row.

See Also