'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.