NamedRange.Justify Method

Definition

Rearranges the text in the NamedRange control so that it fills the range evenly.

public:
 System::Object ^ Justify();
public object Justify ();
abstract member Justify : unit -> obj
Public Function Justify () As Object

Returns

Remarks

If the range is not large enough, Microsoft Office Excel displays a message telling you that text will extend below the range. If you click the OK button, justified text will replace the contents in cells that extend beyond the selected range. To prevent this message from appearing, set the Microsoft.Office.Interop.Excel._Application.DisplayAlerts* property to false. After you set this property, text will always replace the contents in cells below the NamedRange control.

Applies to