TextFrame.HorizontalOverflow Property
Gets or sets the horizontal overflow setting for the specified object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property HorizontalOverflow As XlOartHorizontalOverflow
Get
Set
'Usage
Dim instance As TextFrame
Dim value As XlOartHorizontalOverflow
value = instance.HorizontalOverflow
instance.HorizontalOverflow = value
XlOartHorizontalOverflow HorizontalOverflow { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.XlOartHorizontalOverflow
The horizontal overflow setting for the specified object.
Remarks
Read/write.
This property only has an effect when the WordWrap property is msoFalse (0).