'Declaration Public Function InsertShape( _ ByVal s As Shape, _ Optional ByVal index As Integer _ ) As Paragraph
Parameters
- s
- The Shape to insert.
- index
- The index at which to insert the shape. By default, 0.
Return Value
This Paragraph with the Shape inserted.