'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 _ ) 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 value As Picture value = instance.AddPicture(name, imageStream, x, y)
public Picture AddPicture( System.string name, System.IO.Stream imageStream, System.double x, System.double y )
Parameters
- name
- The name.
- imageStream
- The image source.
- x
- The x value.
- y
- The y value.
Return Value
The added picture