Enum AutoFitMergedCellsType

Enum AutoFitMergedCellsType

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

表示自动调整合并单元格类型。

public enum AutoFitMergedCellsType

字段

EachLine = 3

扩展每一行的高度。

FirstLine = 1

仅扩展第一行的高度。

LastLine = 2

仅扩展最后一行的高度。

None = 0

忽略合并单元格。

默认。

 中文