'Declaration Public Function InsertPicture( _ ByVal p As Picture, _ Optional ByVal index As Integer _ ) As Paragraph
Parameters
- p
- The Picture to insert.
- index
- The index at which to insert the picture. By default, 0.
Return Value
This Paragraph with the Picture inserted.