Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / ImageRenderer Class / ImageRenderer Constructor / ImageRenderer Constructor(String)
Path and file name of the picture to display in the image cell


In This Topic
    ImageRenderer Constructor(String)
    In This Topic
    Creates an image cell renderer control with the specified picture.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal imageUrl As String _
    )
    'Usage
     
    
    Dim imageUrl As String
     
    Dim instance As New ImageRenderer(imageUrl)
    public ImageRenderer( 
       string imageUrl
    )

    Parameters

    imageUrl
    Path and file name of the picture to display in the image cell
    Remarks
    Initializes an instance of the ImageRenderer class, with the specified picture.
    See Also