指定された範囲を含む
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
- コメントの内容。
参照