Horizontally or vertically distributes the shapes in the specified range of shapes.
'Declaration
Sub Distribute( _
Optional ByVal As Boolean _
)
'Usage
Dim instance As IShapeRange
Dim horizontal As Boolean
instance.Distribute(horizontal)
Parameters
- horizontal
- if set to
true
horizontally distributes the shapes.