Spread WPF Documentation
AddPicture(String,Stream,Double,Double,Double,Double) Method


The name.
The image source.
The x value.
The y value.
The width.
The height.
Adds the picture.
Syntax
'Declaration
 
Public Overloads Function AddPicture( _
   ByVal name As System.String, _
   ByVal imageStream As System.IO.Stream, _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal width As System.Double, _
   ByVal height As System.Double _
) As Picture
'Usage
 
Dim instance As Worksheet
Dim name As System.String
Dim imageStream As System.IO.Stream
Dim x As System.Double
Dim y As System.Double
Dim width As System.Double
Dim height As System.Double
Dim value As Picture
 
value = instance.AddPicture(name, imageStream, x, y, width, height)
public Picture AddPicture( 
   System.string name,
   System.IO.Stream imageStream,
   System.double x,
   System.double y,
   System.double width,
   System.double height
)

Parameters

name
The name.
imageStream
The image source.
x
The x value.
y
The y value.
width
The width.
height
The height.

Return Value

The added picture
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

Worksheet Class
Worksheet Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.