バージョン

InsertAnchoredShape(Int32,ShapeType) メソッド

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

パラメータ

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