'宣言 Public Overloads Function AddImage( _ ByVal imageName As System.String _ ) As ParagraphImage
'使用法 Dim instance As ParagraphObjectCollection Dim imageName As System.String Dim value As ParagraphImage value = instance.AddImage(imageName)
public ParagraphImage AddImage( System.string imageName )
パラメータ
- imageName
- A string that is assigned to the ParagraphImage.ImageName property.
戻り値の型
A ParagraphImage object representing the specified named image.