Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapes Interface / AddPictureToCell Method


In This Topic
    AddPictureToCell Method
    In This Topic
    Syntax
    'Declaration
     
    Function AddPictureToCell( _
       ByVal fileName As String, _
       ByVal linkToFile As Boolean, _
       ByVal saveWithDocument As Boolean, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       Optional ByVal width As Double, _
       Optional ByVal height As Double _
    ) As IShape
    'Usage
     
    Dim instance As IShapes
    Dim fileName As String
    Dim linkToFile As Boolean
    Dim saveWithDocument As Boolean
    Dim row As Integer
    Dim column As Integer
    Dim width As Double
    Dim height As Double
    Dim value As IShape
     
    value = instance.AddPictureToCell(fileName, linkToFile, saveWithDocument, row, column, width, height)
    IShape AddPictureToCell( 
       string fileName,
       bool linkToFile,
       bool saveWithDocument,
       int row,
       int column,
       double width,
       double height
    )

    Parameters

    fileName
    linkToFile
    saveWithDocument
    row
    column
    width
    height
    See Also