Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / SetImage Method
Unique identifier of the part of the user interface
Image object that contains the graphic image


In This Topic
    SetImage Method
    In This Topic
    Sets the specified graphic for a specified part of the user interface.
    Syntax
    'Declaration
     
    
    Public Sub SetImage( _
       ByVal id As Integer, _
       ByVal url As Image _
    ) 
    'Usage
     
    
    Dim instance As SpreadView
    Dim id As Integer
    Dim url As Image
     
    instance.SetImage(id, url)
    public void SetImage( 
       int id,
       Image url
    )

    Parameters

    id
    Unique identifier of the part of the user interface
    url
    Image object that contains the graphic image
    See Also