Excel for .NET
Insert メソッド (XLCommentCollection)

C1.Excel アセンブリ > C1.Excel 名前空間 > XLCommentCollection クラス : Insert メソッド
オブジェクトが挿入される位置。
コレクションに挿入するオブジェクト。
XLCommentオブジェクトを コレクション内の特定の位置に挿入します。
シンタックス
'宣言
 
Public Function Insert( _
   ByVal index As System.Integer, _
   ByVal comment As XLComment _
) As XLComment
public XLComment Insert( 
   System.int index,
   XLComment comment
)

パラメータ

index
オブジェクトが挿入される位置。
comment
コレクションに挿入するオブジェクト。

戻り値の型

コレクションへの追加が成功した場合はオブジェクトへの参照、失敗した場合は null です(通常、コレクション内にすでに存在している別のコメントと重なるため)。
参照

XLCommentCollection クラス
XLCommentCollection メンバ