Excel for .NET
XLCommentShape コンストラクタ(String,Int32,Int32,Int32,Int32)

C1.Excel アセンブリ > C1.Excel 名前空間 > XLCommentShape クラス > XLCommentShape コンストラクタ : XLCommentShape コンストラクタ(String,Int32,Int32,Int32,Int32)
新しい XLCommentShapeに含まれるテキスト。
セルを基準とした画像の水平位置(twip(1/20 ポイント)単位)。
セルを基準とした画像の垂直位置(twip(1/20 ポイント)単位)。
画像の幅(twip(1/20 ポイント)単位)。
画像の高さ(twip(1/20 ポイント)単位)。
XLCommentShapeの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal text As System.String, _
   ByVal x As System.Integer, _
   ByVal y As System.Integer, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer _
)
public XLCommentShape( 
   System.string text,
   System.int x,
   System.int y,
   System.int width,
   System.int height
)

パラメータ

text
新しい XLCommentShapeに含まれるテキスト。
x
セルを基準とした画像の水平位置(twip(1/20 ポイント)単位)。
y
セルを基準とした画像の垂直位置(twip(1/20 ポイント)単位)。
width
画像の幅(twip(1/20 ポイント)単位)。
height
画像の高さ(twip(1/20 ポイント)単位)。
参照

XLCommentShape クラス
XLCommentShape メンバ
オーバーロード一覧