NamedRange.Justify Method
Rearranges the text in the NamedRange control so that it fills the range evenly.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Syntax
'Declaration
Function Justify As Object
Object Justify()
Return Value
Type: System.Object
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 DisplayAlerts property to false. After you set this property, text will always replace the contents in cells below the NamedRange control.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.