Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / GetImage Method / GetImage(Int32) Method
Enumeration identifier to specify which image
Example


In This Topic
    GetImage(Int32) Method
    In This Topic
    Gets the image in the component.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetImage( _
       ByVal id As Integer _
    ) As String
    'Usage
     
    
    Dim instance As FpSpread
    Dim id As Integer
    Dim value As String
     
    value = instance.GetImage(id)
    public string GetImage( 
       int id
    )

    Parameters

    id
    Enumeration identifier to specify which image
    Example
    This example returns the image for the expand sign in a hierarchy.
    See Also