バージョン

InsertInlinePicture(Int32,Image) メソッド

関連する Paragraph の指定した順序位置に InlinePicture を挿入します。
シンタックス
'宣言
 
Public Overloads Function InsertInlinePicture( _
   ByVal index As System.Integer, _
   ByVal image As System.Drawing.Image _
) As InlinePicture
public InlinePicture InsertInlinePicture( 
   System.int index,
   System.Drawing.Image image
)

パラメータ

index
図を挿入するこのコレクションの順序位置。
image
追加する行内の図と関連する画像。

戻り値の型

InlinePicture インスタンス。
参照

オンラインで表示: GitHub