XLCommentShapeの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public XLCommentShape(
System.string ,
System.int ,
System.int
)
パラメータ
- text
- 新しい XLCommentShapeに格納されているテキスト。
- x
- セルに対する新しい図形の水平位置(ツイップ単位)。
- y
- セルに対する新しい図形の垂直位置(ツイップ単位)。
参照