'Declaration Public Overloads Function AddImage( _ ByVal top As Integer, _ ByVal left As Integer, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal image As Image _ ) As SpreadImage
Parameters
- top
- left
- width
- height
- image
'Declaration Public Overloads Function AddImage( _ ByVal top As Integer, _ ByVal left As Integer, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal image As Image _ ) As SpreadImage
FpSpread1.Sheets[0].AddImage(50, 50, 200, 150, System.Drawing.Image.FromFile("C:\\Program Files (x86)\\GrapeCity\\fplogo.png"));
FpSpread1.Sheets(0).AddImage(50, 50, 200, 150, System.Drawing.Image.FromFile("C:\Program Files (x86)\GrapeCity\fplogo.png"))