Spread for ASP.NET 12 Product Documentation
ImageCellType Constructor(String)


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
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
See Also

Reference

ImageCellType Class
ImageCellType Members
Overload List