CellImage is used to create a image in a cell. It's a subclass of Hyperlink.
For a list of all members of this type, see CellImage Members.
System.Object
Aspose.Grid.Web.Data.CellAttachObject
Aspose.Grid.Web.Data.Hyperlink
Aspose.Grid.Web.Data.CellImage
Thread Safety
Public static (Shared in Visual Basic) members of this type are
safe for multithreaded operations. Instance members are not guaranteed to be
thread-safe.
Example
[C#]
WebCell cell = GridWeb1.WebWorksheet[0].Cells["A1"];
CellImage image = GridWeb1.WebWorksheets[0].CellImages.AddCellImage(cell);
image.ImageUrl = "http://www.aspose.com/img/logo.gif";
[VB]
Dim cell As WebCell = GridWeb1.WebWorksheets(0).Cells("A1")
Dim image As CellImage = GridWeb1.WebWorksheet(0).CellImages.AddCellImage(cell)
image.ImageUrl = "http://www.aspose.com/img/logo.gif"
Requirements
Namespace: Aspose.Grid.Web.Data
Assembly: Aspose.Grid.Web (in Aspose.Grid.Web.dll)
See Also
CellImage Members | Aspose.Grid.Web.Data Namespace