バージョン

Insert メソッド (AnnotationCollection)

コレクションの指定したインデックスの位置に、AnnotationオブジェクトまたはIAnnotationオブジェクトを挿入します。
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal annotation As IAnnotation _
) 
public void Insert( 
   int index,
   IAnnotation annotation
)

パラメータ

index
注釈を挿入するインデックス(ゼロから始まる)。
annotation
コレクションに挿入する注釈。
参照