バージョン

InsertAnchoredShape(Int32,AnchoredShape) メソッド

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

パラメータ

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