MESCIUS SPREAD for ASP.NET 10.0J
AddImage(Int32,Int32,Int32,Int32,Image) メソッド

構文
'Declaration
 
Public Overloads Function AddImage( _
   ByVal top As Integer, _
   ByVal left As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal image As Image _
) As SpreadImage
public SpreadImage AddImage( 
   int top,
   int left,
   int width,
   int height,
   Image image
)

パラメータ

top
left
width
height
image
次のサンプルコードは、シートに画像を追加します。
FpSpread1.Sheets[0].AddImage(50, 50, 200, 150, System.Drawing.Image.FromFile("C:\\Program Files (x86)\\GrapeCity\\fplogo.png"));
FpSpread1.Sheets(0).AddImage(50, 50, 200, 150, System.Drawing.Image.FromFile("C:\Program Files (x86)\GrapeCity\fplogo.png"))
参照

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

 

 


© MESCIUS inc. All rights reserved.