In This Topic
Syntax
'Declaration
Function AddPictureToCell( _
ByVal As String, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Integer, _
ByVal column As Integer, _
Optional ByVal As Double, _
Optional ByVal As Double _
) As IShape
'Usage
Dim instance As IShapes
Dim fileName As String
Dim linkToFile As Boolean
Dim saveWithDocument As Boolean
Dim row As Integer
Dim column As Integer
Dim width As Double
Dim height As Double
Dim value As IShape
value = instance.AddPictureToCell(fileName, linkToFile, saveWithDocument, row, column, width, height)
Parameters
- fileName
- linkToFile
- saveWithDocument
- row
- column
- width
- height
See Also