Excel for UWP
Insert メソッド (XLCommentCollection)

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