'Declaration
Public Overloads Function Add( _ ByVal filename As String, _ ByVal topLeftCellAddress As String, _ Optional ByVal scale As Integer _ ) As Picture
'Usage
Dim instance As PictureCollection Dim filename As String Dim topLeftCellAddress As String Dim scale As Integer Dim value As Picture value = instance.Add(filename, topLeftCellAddress, scale)
Parameters
- filename
- The path for the image file that will be added.
- topLeftCellAddress
- The address of the cell where the top left corner of the picture will be located once it is inserted in the worksheet.
- scale
- The scale of the image.
The values start at 0 and represent a percentage. The default value is 100, which stands for 100%.