Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / AddPicture Method / AddPicture(String,ImageSource,Double,Double,Double,Double) Method
The name.
The source.
The x value.
The y value.
The width.
The height.


In This Topic
    AddPicture(String,ImageSource,Double,Double,Double,Double) Method
    In This Topic
    Adds the picture.
    Syntax
    'Declaration
     
    Public Overloads Function AddPicture( _
       ByVal name As String, _
       ByVal source As ImageSource, _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal width As Double, _
       ByVal height As Double _
    ) As Picture
    'Usage
     
    Dim instance As Worksheet
    Dim name As String
    Dim source As ImageSource
    Dim x As Double
    Dim y As Double
    Dim width As Double
    Dim height As Double
    Dim value As Picture
     
    value = instance.AddPicture(name, source, x, y, width, height)
    public Picture AddPicture( 
       string name,
       ImageSource source,
       double x,
       double y,
       double width,
       double height
    )

    Parameters

    name
    The name.
    source
    The source.
    x
    The x value.
    y
    The y value.
    width
    The width.
    height
    The height.
    See Also