ImageUrl Property (ImageCellType)
Gets or sets the URL of the image.
'Declaration
Public Property ImageUrl As String
'Usage
Dim instance As ImageCellType
Dim value As String
instance.ImageUrl = value
value = instance.ImageUrl
public string ImageUrl {get; set;}
Property Value
String containing the URL of the image
This example creates an image cell, and places a graphic image in the cell. It aligns the image in the cell and places the text in the cell to the right of the image. It also sizes the column and row containing the cell to better display the image.