Spread WPF 18
GrapeCity.Spreadsheet Namespace / IRange Interface / InsertPictureInCell Method / InsertPictureInCell(String) Method
The path to image file.


In This Topic
    InsertPictureInCell(String) Method
    In This Topic
    Inserts local picture directly into cell.
    Syntax
    'Declaration
     
    Overloads Function InsertPictureInCell( _
       ByVal imagePath As String _
    ) As CellImage
    'Usage
     
    Dim instance As IRange
    Dim imagePath As String
    Dim value As CellImage
     
    value = instance.InsertPictureInCell(imagePath)
    CellImage InsertPictureInCell( 
       string imagePath
    )

    Parameters

    imagePath
    The path to image file.
    See Also