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
マージされたセルを無視します。
デフォルトです。