FarPoint.Web.Spread 名前空間 > SpreadImage クラス > SpreadImage コンストラクタ : SpreadImage コンストラクタ(String,Int32,Int32,Int32,Int32) |
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)