Excel for .NET
XLComment コンストラクタ

C1.Excel アセンブリ > C1.Excel 名前空間 > XLComment クラス : XLComment コンストラクタ
コメントが適用される行。
コメントが適用される列。
コメント作者。
コメント内容。
指定された範囲を含む XLCommentオブジェクトの インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal author As System.String, _
   ByVal text As System.String _
)
public XLComment( 
   System.int row,
   System.int col,
   System.string author,
   System.string text
)

パラメータ

row
コメントが適用される行。
col
コメントが適用される列。
author
コメント作者。
text
コメント内容。
参照

XLComment クラス
XLComment メンバ