TextFrame.HorizontalOverflow 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 horizontal overflow setting for the specified object.
public:
property Microsoft::Office::Interop::Excel::XlOartHorizontalOverflow HorizontalOverflow { Microsoft::Office::Interop::Excel::XlOartHorizontalOverflow get(); void set(Microsoft::Office::Interop::Excel::XlOartHorizontalOverflow value); };
public Microsoft.Office.Interop.Excel.XlOartHorizontalOverflow HorizontalOverflow { get; set; }
Public Property HorizontalOverflow As XlOartHorizontalOverflow
Property Value
The horizontal overflow setting for the specified object.
Remarks
Read/write.
This property only has an effect when the WordWrap property is msoFalse (0).