Excel for UWP
XLComment コンストラクタ

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