Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / InsertPictureInCell Method / InsertPictureInCell(Stream) Method
The image data stream.


In This Topic
    InsertPictureInCell(Stream) Method
    In This Topic
    Inserts local picture directly into cell.
    Syntax
    'Declaration
     
    
    Overloads Sub InsertPictureInCell( _
       ByVal imageStream As Stream _
    ) 
    'Usage
     
    
    Dim instance As IRange
    Dim imageStream As Stream
     
    instance.InsertPictureInCell(imageStream)
    void InsertPictureInCell( 
       Stream imageStream
    )

    Parameters

    imageStream
    The image data stream.
    See Also