Edit

Excel.ShapeTextVerticalOverflow enum

Specifies the vertical overflow for the text frame in a shape.

Remarks

[Api set: ExcelApi 1.9]

Fields

clip = "Clip"

Hide text that does not fit vertically within the text frame.

  • [Api set: ExcelApi 1.9]
ellipsis = "Ellipsis"

Hide text that does not fit vertically within the text frame, and add an ellipsis (...) at the end of the visible text.

  • [Api set: ExcelApi 1.9]
overflow = "Overflow"

Allow text to overflow the text frame vertically (can be from the top, bottom, or both depending on the text alignment).

  • [Api set: ExcelApi 1.9]