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


In This Topic
    SetImage(SpreadImages,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 image As SpreadImages, _
       ByVal url As String _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim image As SpreadImages
    Dim url As String
     
    instance.SetImage(image, url)
    public void SetImage( 
       SpreadImages image,
       string url
    )

    Parameters

    image
    Enumeration identifier that specifies which image in the interface
    url
    URL of the image
    Example
    This example uses the SetImage method.
    See Also