InsertPictureInCell(String) Method
In This Topic
Inserts local picture directly into cell.
Syntax
'Declaration
Overloads Function InsertPictureInCell( _
ByVal As String _
) As CellImage
'Usage
Dim instance As IRange
Dim imagePath As String
Dim value As CellImage
value = instance.InsertPictureInCell(imagePath)
CellImage InsertPictureInCell(
string
)
Parameters
- imagePath
- The path to image file.
See Also