MsoAlignCmd enumeration (Office)
Defines how to align specified objects relative to one another.
Name | Value | Description |
---|---|---|
msoAlignBottoms | 5 | Align bottoms of specified objects. |
msoAlignCenters | 1 | Align centers of specified objects. |
msoAlignLefts | 0 | Align left sides of specified objects. |
msoAlignMiddles | 4 | Align middles of specified objects. |
msoAlignRights | 2 | Align right sides of specified objects. |
msoAlignTops | 3 | Align tops of specified objects. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.