XlOartHorizontalOverflow Enumeration

Specifies the horizontal 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 XlOartHorizontalOverflow
'Usage
Dim instance As XlOartHorizontalOverflow
public enum XlOartHorizontalOverflow

Members

Member name Description
xlOartHorizontalOverflowOverflow Allow text to overflow the text frame horizontally.
xlOartHorizontalOverflowClip Hide text that does not fit horizontally in the text frame.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace