Excel for UWP
XLPictureShape コンストラクタ(C1Bitmap,Int32,Int32,Int32,Int32)

C1.UWP.Excel アセンブリ > C1.Xaml.Excel 名前空間 > XLPictureShape クラス > XLPictureShape コンストラクタ : XLPictureShape コンストラクタ(C1Bitmap,Int32,Int32,Int32,Int32)
新しい XLPictureShapeに含まれる、指定されたビットマップオブジェクト。
セルに対する画像の水平位置(ツイップ単位)。
セルに対する画像の垂直位置(ツイップ単位)。
画像の幅(ツイップ単位)。
画像の高さ(ツイップ単位)。
XLPictureShapeの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal bmp As C1.Xaml.Bitmap.C1Bitmap, _
   ByVal x As System.Integer, _
   ByVal y As System.Integer, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer _
)
public XLPictureShape( 
   C1.Xaml.Bitmap.C1Bitmap bmp,
   System.int x,
   System.int y,
   System.int width,
   System.int height
)

パラメータ

bmp
新しい XLPictureShapeに含まれる、指定されたビットマップオブジェクト。
x
セルに対する画像の水平位置(ツイップ単位)。
y
セルに対する画像の垂直位置(ツイップ単位)。
width
画像の幅(ツイップ単位)。
height
画像の高さ(ツイップ単位)。
参照

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