Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / 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 Sub InsertPictureInCell( _
       ByVal imagePath As String _
    ) 
    'Usage
     
    
    Dim instance As IRange
    Dim imagePath As String
     
    instance.InsertPictureInCell(imagePath)
    void InsertPictureInCell( 
       string imagePath
    )

    Parameters

    imagePath
    The path to image file.
    See Also