GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class > AddPicture Method : AddPicture(String,Stream,Int32,Double,Int32,Double,Int32,Double,Int32,Double) Method |
'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 endRow As Integer, _ ByVal endRowOffset As Double, _ ByVal endColumn As Integer, _ ByVal endColumnOffset 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 endRow As Integer Dim endRowOffset As Double Dim endColumn As Integer Dim endColumnOffset As Double Dim value As Picture value = instance.AddPicture(name, imageStream, row, rowOffset, column, columnOffset, endRow, endRowOffset, endColumn, endColumnOffset)
Target Platforms: Windows Server 2012, Windows RT