Enum AutoFitMergedCellsType

AutoFitMergedCellsType enumeration

Represents the type of auto fitting merged cells.

public enum AutoFitMergedCellsType

Values

NameValueDescription
None0Ignore merged cells.
FirstLine1Only expands the height of the first row.
LastLine2Only expands the height of the last row.
EachLine3Only expands the height of each row.

See Also