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


In This Topic
    ImageCellType Constructor(String)
    In This Topic
    Creates a new new image cell with the specified image.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal imageUrl As String _
    )
    'Usage
     
    
    Dim imageUrl As String
     
    Dim instance As New ImageCellType(imageUrl)
    public ImageCellType( 
       string imageUrl
    )

    Parameters

    imageUrl
    Path and file name of the picture to display in the cell
    Example
    This example creates an image cell, and places a graphic image in the cell. It also sizes the column and row containing the cell to better display the image.
    See Also