GrapeCity.Xaml.SpreadSheet.Data
AddPicture(String,Stream,Int32,Double,Int32,Double,Double,Double) Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class > AddPicture Method : AddPicture(String,Stream,Int32,Double,Int32,Double,Double,Double) Method
The name.
The image source.
The row.
The row offset.
The column.
The column offset.
The width.
The height.
Adds the picture.
Syntax
'Declaration
 
Public Overloads Function AddPicture( _
   ByVal name As String, _
   ByVal imageStream As Stream, _
   ByVal row As Integer, _
   ByVal rowOffset As Double, _
   ByVal column As Integer, _
   ByVal columnOffset As Double, _
   ByVal width As Double, _
   ByVal height As Double _
) As Picture
'Usage
 
Dim instance As Worksheet
Dim name As String
Dim imageStream As Stream
Dim row As Integer
Dim rowOffset As Double
Dim column As Integer
Dim columnOffset As Double
Dim width As Double
Dim height As Double
Dim value As Picture
 
value = instance.AddPicture(name, imageStream, row, rowOffset, column, columnOffset, width, height)
public Picture AddPicture( 
   string name,
   Stream imageStream,
   int row,
   double rowOffset,
   int column,
   double columnOffset,
   double width,
   double height
)

Parameters

name
The name.
imageStream
The image source.
row
The row.
rowOffset
The row offset.
column
The column.
columnOffset
The column offset.
width
The width.
height
The height.

Return Value

The added picture
See Also

Reference

Worksheet Class
Worksheet Members
Overload List