Spread Silverlight Documentation
AddPicture(String,ImageSource,Double,Double) Method


The name.
The source.
The x value.
The y value.
Adds the picture.
Syntax
'Declaration
 
Public Overloads Function AddPicture( _
   ByVal name As System.String, _
   ByVal source As System.Windows.Media.ImageSource, _
   ByVal x As System.Double, _
   ByVal y As System.Double _
) As Picture
'Usage
 
Dim instance As Worksheet
Dim name As System.String
Dim source As System.Windows.Media.ImageSource
Dim x As System.Double
Dim y As System.Double
Dim value As Picture
 
value = instance.AddPicture(name, source, x, y)
public Picture AddPicture( 
   System.string name,
   System.Windows.Media.ImageSource source,
   System.double x,
   System.double y
)

Parameters

name
The name.
source
The source.
x
The x value.
y
The y value.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

Worksheet Class
Worksheet Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.