MsoDistributeCmd Enumeration

Specifies how to evenly distribute a collection of shapes.

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

Syntax

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

Members

Member name Description
msoDistributeHorizontally Distribute horizontally.
msoDistributeVertically Distribute vertically.

Remarks

Used with the Distribute method of the ShapeRange collection.

See Also

Reference

Microsoft.Office.Core Namespace