TextFrame.HorizontalOverflow Property

Definition

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).

Applies to