Excel.ShapeTextVerticalOverflow enum
Specifies the vertical overflow for the text frame in a shape.
Remarks
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). |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins