Share via


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.String

    Required String. The name of the picture file.

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.Excel Namespace