バージョン

InsertInlineShape(Int32,ShapeType) メソッド

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

パラメータ

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

戻り値の型

InlineShape インスタンス。
参照