Enum AutoFitMergedCellsType

Enum AutoFitMergedCellsType

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents the type of auto fitting merged cells.

public enum AutoFitMergedCellsType

Fields

EachLine = 3

Expands the height of each row.

FirstLine = 1

Only expands the height of the first row.

LastLine = 2

Only expands the height of the last row.

None = 0

Ignore merged cells.

Default.