Sets the specified graphic for a specified part of the user interface.
'Declaration
Public Sub SetImage( _
ByVal As Integer, _
ByVal As Image _
)
'Usage
Dim instance As SpreadView
Dim id As Integer
Dim url As Image
instance.SetImage(id, url)
Parameters
- id
- Unique identifier of the part of the user interface
- url
- Image object that contains the graphic image