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