'Declaration
Public Overloads Function Add( _ ByVal stream As Stream, _ ByVal topLeftCellAddress As String, _ ByVal bottomRightCellAddress As String _ ) As Picture
'Usage
Dim instance As PictureCollection Dim stream As Stream Dim topLeftCellAddress As String Dim bottomRightCellAddress As String Dim value As Picture value = instance.Add(stream, topLeftCellAddress, bottomRightCellAddress)
public Picture Add( Stream stream, string topLeftCellAddress, string bottomRightCellAddress )
Parameters
- stream
- The stream 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.
- bottomRightCellAddress
- The address of the cell to which the bottom right corner of the picture will extend once it is inserted in the worksheet.