Spread Windows Forms 18
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 Function InsertPictureInCell( _
       ByVal imageStream As Stream _
    ) As CellImage
    'Usage
     
    
    Dim instance As IRange
    Dim imageStream As Stream
    Dim value As CellImage
     
    value = instance.InsertPictureInCell(imageStream)
    CellImage InsertPictureInCell( 
       Stream imageStream
    )

    Parameters

    imageStream
    The image data stream.
    See Also