Back to Devexpress

Hyperlink Members

officefileapi-devexpress-dot-spreadsheet-dot-hyperlink-dot-underscore-members.md

latest2.0 KB
Original Source

Hyperlink Members

A hyperlink contained in a cell or cell range.

Properties

NameDescription
DisplayTextGets or sets the text displayed for a hyperlink in a cell.
IsExternalGets a value that indicates whether the hyperlink refers to an external resource (web page, e-mail address, file or directory) or to a cell range within the current workbook. Inherited from HyperlinkBase.
RangeGets the cell range that contains the hyperlink.
TooltipTextGets or sets the tooltip for the hyperlink. Inherited from HyperlinkBase.
UriReturns the hyperlink destination. Inherited from HyperlinkBase.

Methods

NameDescription
SetUri(String, Boolean, String)Sets the hyperlink destination and text to be displayed for the hyperlink in a cell.
SetUri(String, Boolean)Sets the hyperlink destination. Inherited from HyperlinkBase.

See Also

Hyperlink Interface

DevExpress.Spreadsheet Namespace