ComponentOne Studio for WinRT XAML
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 メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.