Share via


TextFrame.VerticalOverflow Property

Gets or sets the vertical 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 VerticalOverflow As XlOartVerticalOverflow
    Get
    Set
'Usage
Dim instance As TextFrame
Dim value As XlOartVerticalOverflow

value = instance.VerticalOverflow

instance.VerticalOverflow = value
XlOartVerticalOverflow VerticalOverflow { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlOartVerticalOverflow
The vertical overflow setting for the specified object.

Remarks

Read/write.

This property only has an effect when the AutoSize property is false.

See Also

Reference

TextFrame Interface

TextFrame Members

Microsoft.Office.Interop.Excel Namespace