Spread Silverlight Documentation
AddPicture(String,Stream,Int32,Double,Int32,Double,Int32,Double,Int32,Double) Method


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

Parameters

name
The name.
imageStream
The image source.
row
The row.
rowOffset
The row offset.
column
The column.
columnOffset
The column offset.
endRow
The end row.
endRowOffset
The end row offset.
endColumn
The end column.
endColumnOffset
The end column offset.

Return Value

The added picture
See Also

Reference

Worksheet Class
Worksheet Members
Overload List