TextFrame.VerticalOverflow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the vertical overflow setting for the specified object.
public:
property Microsoft::Office::Interop::Excel::XlOartVerticalOverflow VerticalOverflow { Microsoft::Office::Interop::Excel::XlOartVerticalOverflow get(); void set(Microsoft::Office::Interop::Excel::XlOartVerticalOverflow value); };
public Microsoft.Office.Interop.Excel.XlOartVerticalOverflow VerticalOverflow { get; set; }
Public Property VerticalOverflow As XlOartVerticalOverflow
Property Value
The vertical overflow setting for the specified object.
Remarks
Read/write.
This property only has an effect when the AutoSize property is false.