FillFormat.UserPicture Method
Fills the specified shape with an image.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub UserPicture ( _
PictureFile As String _
)
'Usage
Dim instance As FillFormat
Dim PictureFile As String
instance.UserPicture(PictureFile)
void UserPicture(
string PictureFile
)
Parameters
PictureFile
Type: System.StringRequired String. The name of the picture file.