Excel for WPF/Silverlight
XLComment コンストラクタ

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