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


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

    Parameters

    image
    Integer identifier to specify which image
    Example
    This example uses the GetImage method.
    See Also