XLCommentShapeの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As Windows.Foundation.Rect _
)
public XLCommentShape(
System.string ,
Windows.Foundation.Rect
)
パラメータ
- text
- 新しい XLCommentShapeに格納されているテキスト。
- rc
- セルに対する画像のサイズおよび位置を 指定する四角形(ツイップ単位)。
参照