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.
|
| ellipsis = "Ellipsis" | Hide text that does not fit vertically within the text frame, and add an ellipsis (...) at the end of the visible text.
|
| overflow = "Overflow" | Allow text to overflow the text frame vertically (can be from the top, bottom, or both depending on the text alignment).
|