Syntax

expression.IncludeAlignment

expression A variable that represents a Style object.

Example

This example sets the style attached to cell A1 on Sheet1 to include alignment format.

Visual Basic for Applications
Worksheets("Sheet1").Range("A1").Style.IncludeAlignment = True
Enable wraptext property include include alignment Include Alignment Property IncludeAlignment IncludeAlignment Property Switch off Horizontal Alignment in a style.

See also: