Class CellImage

CellImage class

Reprensents a hyperlink with image src.

public class CellImage : Hyperlink

Properties

NameDescription
virtual ActionType { get; set; }Gets or sets the hyperlink’s action type. It may be ActionTpye.UrlLink or ActionType.CellCommand. The UrlLink Type means that the hyperlink is a link to a web page or a mail receipt. For example: “http://www.aspose.com” or “mailto:admin@aspose.com”. The CellCommand Type means that the hyperlink will fire a CellCommand event, and you may handle this event.(Inherited from Hyperlink.)
Area { get; }Gets the range of hyperlink.(Inherited from Hyperlink.)
CellCommand { get; set; }Gets or sets the Cell Command name.(Inherited from Hyperlink.)
virtual DiscardInput { get; set; }Indicates whether to discard user input at client browser when user click this CellCommand hyperlink. Could be used as an “undo” action.(Inherited from Hyperlink.)
virtual ImageUrl { get; set; }Gets or sets the hyperlink’s image url. If sets to null or empty string, the hyperlink will only display it’s text.(Inherited from Hyperlink.)
Target { get; set; }(Inherited from Hyperlink.)
virtual Text { get; set; }Gets or sets the displayed text of the hyperlink.(Inherited from Hyperlink.)
virtual ToolTip { get; set; }Gets or sets the tooltip of the hyperlink.(Inherited from Hyperlink.)
virtual Url { get; set; }Gets or sets the URL string.(Inherited from Hyperlink.)

See Also