XlOartVerticalOverflow Enumeration
Specifies the vertical overflow setting for a text frame.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlOartVerticalOverflow
'Usage
Dim instance As XlOartVerticalOverflow
public enum XlOartVerticalOverflow
Members
Member name | Description | |
---|---|---|
xlOartVerticalOverflowOverflow | Allow text to overflow the text frame vertically (can be from the top, bottom, or both depending on the text alignment). | |
xlOartVerticalOverflowClip | Hide text that does not fit vertically within the text frame. | |
xlOartVerticalOverflowEllipsis | Hide text that does not fit vertically within the text frame, and add an ellipsis at the end of the visible text. |