Excel for WPF/Silverlight
XLCommentShape コンストラクタ(String,Double,Double,Double,Double)

C1.WPF.Excel.4.5.2 アセンブリ > C1.WPF.Excel 名前空間 > XLCommentShape クラス > XLCommentShape コンストラクタ : XLCommentShape コンストラクタ(String,Double,Double,Double,Double)
新しい XLCommentShapeに格納されているテキスト。
セルに対する画像の水平位置(twips 単位)。
セルに対する画像の垂直位置(twips 単位)。
画像の幅(twips 単位)。
画像の高さ(twips 単位)。
XLCommentShapeの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal text As System.String, _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal width As System.Double, _
   ByVal height As System.Double _
)
public XLCommentShape( 
   System.string text,
   System.double x,
   System.double y,
   System.double width,
   System.double height
)

パラメータ

text
新しい XLCommentShapeに格納されているテキスト。
x
セルに対する画像の水平位置(twips 単位)。
y
セルに対する画像の垂直位置(twips 単位)。
width
画像の幅(twips 単位)。
height
画像の高さ(twips 単位)。
参照

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