MsoAlignCmd Enumeration

Defines how to align specified objects relative to one another.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoAlignCmd
'Usage
Dim instance As MsoAlignCmd
public enum MsoAlignCmd

Members

Member name Description
msoAlignLefts Align left sides of specified objects.
msoAlignCenters Align centers of specified objects.
msoAlignRights Align right sides of specified objects.
msoAlignTops Align tops of specified objects.
msoAlignMiddles Align middles of specified objects.
msoAlignBottoms Align bottoms of specified objects.

See Also

Reference

Microsoft.Office.Core Namespace