XLCommentShapeの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public XLCommentShape(
System.string ,
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- text
- 新しい XLCommentShapeに含まれるテキスト。
- x
- セルを基準とした画像の水平位置(twip(1/20 ポイント)単位)。
- y
- セルを基準とした画像の垂直位置(twip(1/20 ポイント)単位)。
- width
- 画像の幅(twip(1/20 ポイント)単位)。
- height
- 画像の高さ(twip(1/20 ポイント)単位)。
参照