FarPoint.Web.Spread 名前空間 > SheetView クラス : Images プロパティ |
'Declaration
Public ReadOnly Property Images As SpreadImageCollection
public SpreadImageCollection Images {get;}
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)