Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / UserPicture Method / UserPicture(String,Boolean) Method
The file path to the picture file, or the name of the picture file if a link to the picture file currently exists.
A boolean value indicates whether the image will be embedded.


In This Topic
    UserPicture(String,Boolean) Method
    In This Topic
    Fills the shape with an image.
    Syntax
    'Declaration
     
    
    Overloads Sub UserPicture( _
       ByVal file As String, _
       Optional ByVal embedded As Boolean _
    ) 
    'Usage
     
    
    Dim instance As IFillFormat
    Dim file As String
    Dim embedded As Boolean
     
    instance.UserPicture(file, embedded)
    void UserPicture( 
       string file,
       bool embedded
    )

    Parameters

    file
    The file path to the picture file, or the name of the picture file if a link to the picture file currently exists.
    embedded
    A boolean value indicates whether the image will be embedded.
    See Also