Excel for WPF/Silverlight
Insert メソッド (XLCommentCollection)

C1.WPF.Excel.4.5.2 アセンブリ > C1.WPF.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 メンバ