Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / UserTextured Method / UserTextured(String,Boolean) Method
The name of the picture file.
A boolean value indicates whether the image will be embedded.


In This Topic
    UserTextured(String,Boolean) Method
    In This Topic
    Fills the shape with small tiles of an image. If you want to fill the shape with one large image, use the UserPicture(string) method.
    Syntax
    'Declaration
     
    
    Overloads Sub UserTextured( _
       ByVal file As String, _
       Optional ByVal embedded As Boolean _
    ) 
    'Usage
     
    
    Dim instance As IFillFormat
    Dim file As String
    Dim embedded As Boolean
     
    instance.UserTextured(file, embedded)
    void UserTextured( 
       string file,
       bool embedded
    )

    Parameters

    file
    The name of the picture file.
    embedded
    A boolean value indicates whether the image will be embedded.
    See Also