バージョン

InsertInlineShape(Int32,ShapeType) メソッド

関連する Paragraph の指定した順序位置に InlineShape を挿入します。
シンタックス
'宣言
 
Public Overloads Function InsertInlineShape( _
   ByVal index As Integer, _
   ByVal shapeType As ShapeType _
) As InlineShape
public InlineShape InsertInlineShape( 
   int index,
   ShapeType shapeType
)

パラメータ

index
図形を挿入するこのコレクションの順序位置。
shapeType
追加する図形タイプを定義する ShapeType 定数 (線、矩形、楕円など)。

戻り値の型

InlineShape インスタンス。
参照