'Declaration
Public Sub FlipShape( _ ByVal shape As Shape, _ ByVal horizontal As Boolean _ )
'Usage
Dim instance As WorksheetDrawing Dim shape As Shape Dim horizontal As Boolean instance.FlipShape(shape, horizontal)
public void FlipShape( Shape shape, bool horizontal )
Parameters
- shape
- horizontal