Hyperlink.ActionType

Hyperlink.ActionType property

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.

public virtual HyperlinkActionType ActionType { get; set; }

See Also