MESCIUS SPREAD for ASP.NET 10.0J
Add メソッド (SpreadImageCollection)

SpreadImageCollectionに追加するSpreadImageオブジェクト。
画像をSpreadImageCollectionオブジェクトに追加します。
構文
'Declaration
 
Public Function Add( _
   ByVal image As SpreadImage _
) As Integer
public int Add( 
   SpreadImage image
)

パラメータ

image
SpreadImageCollectionに追加するSpreadImageオブジェクト。

戻り値の型

新しい画像が挿入された位置。
次のサンプルコードは、シートに画像を追加します。
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)
参照

SpreadImageCollection クラス
SpreadImageCollection メンバ

 

 


© MESCIUS inc. All rights reserved.