バージョン

InsertAnchoredShape(Int32,VmlShape) メソッド

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

パラメータ

index
図を挿入するこのコレクションの順序位置。
shape
追加する図形のプロパティを定義する VmlShape インスタンス。
参照