Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / SetImage Method / SetImage(Int32,String) Method
Integer identifier that specifies which image in the interface
URL of the image
Example


In This Topic
    SetImage(Int32,String) Method
    In This Topic
    Sets the custom image in the specified part of the Spread component interface.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetImage( _
       ByVal id As Integer, _
       ByVal url As String _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim id As Integer
    Dim url As String
     
    instance.SetImage(id, url)
    public void SetImage( 
       int id,
       string url
    )

    Parameters

    id
    Integer identifier that specifies which image in the interface
    url
    URL of the image
    Example
    This example customizes the images for the expand and collapse signs in a hierarchy.
    See Also