MsoDistributeCmd Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how to evenly distribute a collection of shapes.
public enum class MsoDistributeCmd
public enum MsoDistributeCmd
type MsoDistributeCmd =
Public Enum MsoDistributeCmd
- Inheritance
-
MsoDistributeCmd
Fields
Name | Value | Description |
---|---|---|
msoDistributeHorizontally | 0 | Distribute horizontally. |
msoDistributeVertically | 1 | Distribute vertically. |
Remarks
Used with the Distribute method of the ShapeRange collection.