FarPoint.Web.Spread 名前空間 > SpreadImageCollection クラス : Add メソッド |
'Declaration
Public Function Add( _ ByVal image As SpreadImage _ ) As Integer
public int Add( SpreadImage image )
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)