'Declaration
Sub Move( _ ByVal child As IShape, _ ByVal horizontal As Double, _ ByVal vertical As Double, _ ByVal applyDisplayFormulas As Boolean, _ Optional ByVal appliedZoom As Boolean _ )
'Usage
Dim instance As ICompositeShape Dim child As IShape Dim horizontal As Double Dim vertical As Double Dim applyDisplayFormulas As Boolean Dim appliedZoom As Boolean instance.Move(child, horizontal, vertical, applyDisplayFormulas, appliedZoom)
void Move( IShape child, double horizontal, double vertical, bool applyDisplayFormulas, bool appliedZoom )
Parameters
- child
- The child IShape.
- horizontal
- The moved distance by horizontal.
- vertical
- The moved distabce by vertical.
- applyDisplayFormulas
- True if display formulas is applied.
- appliedZoom
- True if [horizontal, vertical] is applied zoom.