IncludeAlignment Property
Applies To
Style object.
Description
True if the style includes the AddIndent, HorizontalAlignment, VerticalAlignment, WrapText, and Orientation properties. Read/write Boolean.
See Also
IncludeBorder property, IncludeFont property, IncludeNumber property, IncludePatterns property, IncludeProtection property.
Example
This example sets the style attached to cell A1 on Sheet1 to include alignment format.
Worksheets("Sheet1").Range("A1").Style.IncludeAlignment = True