MESCIUS SPREAD for ASP.NET 10.0J
SpreadImage コンストラクタ(String,Int32,Int32,Int32,Int32)

構文
'Declaration
 
Public Function New( _
   ByVal imageUrl As String, _
   ByVal top As Integer, _
   ByVal left As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
public SpreadImage( 
   string imageUrl,
   int top,
   int left,
   int width,
   int height
)

パラメータ

imageUrl
top
left
width
height
次のサンプルコードは、シートに画像を追加します。
FarPoint.Web.Spread.SpreadImage image = new FarPoint.Web.Spread.SpreadImage("fplogo.png", 50, 50, 200, 150);
FpSpread1.ActiveSheetView.Images.Add(image);
Dim Image As New FarPoint.Web.Spread.SpreadImage("fplogo.png", 50, 50, 200, 150)
FpSpread1.ActiveSheetView.Images.Add(Image)
参照

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

 

 


© MESCIUS inc. All rights reserved.