[]
Inserts local picture directly into cell.
CellImage InsertPictureInCell(string imagePath)
Function InsertPictureInCell(imagePath As String) As CellImage
Type | Name | Description |
---|---|---|
string | imagePath | The path to image file. |
Type | Description |
---|---|
CellImage |
Inserts local picture directly into cell.
CellImage InsertPictureInCell(Stream imageStream)
Function InsertPictureInCell(imageStream As Stream) As CellImage
Type | Name | Description |
---|---|---|
Stream | imageStream | The image data stream. |
Type | Description |
---|---|
CellImage |