[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.InsertPictureInCell

InsertPictureInCell Method

InsertPictureInCell(string)

Inserts local picture directly into cell.

Declaration
CellImage InsertPictureInCell(string imagePath)
Function InsertPictureInCell(imagePath As String) As CellImage
Parameters
Type Name Description
string imagePath

The path to image file.

Returns
Type Description
CellImage

InsertPictureInCell(Stream)

Inserts local picture directly into cell.

Declaration
CellImage InsertPictureInCell(Stream imageStream)
Function InsertPictureInCell(imageStream As Stream) As CellImage
Parameters
Type Name Description
Stream imageStream

The image data stream.

Returns
Type Description
CellImage