Excel for .NET
Add(XLComment) メソッド

C1.Excel アセンブリ > C1.Excel 名前空間 > XLCommentCollection クラス > Add メソッド : Add(XLComment) メソッド
コレクションに追加する XLCommentオブジェクト。
XLCommentオブジェクトをコレクションの末尾に追加します。
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal comment As XLComment _
) As XLComment
public XLComment Add( 
   XLComment comment
)

パラメータ

comment
コレクションに追加する XLCommentオブジェクト。

戻り値の型

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

XLCommentCollection クラス
XLCommentCollection メンバ
オーバーロード一覧