Skip to main content
A newer version of this page is available. .

XlPictureHyperlink.IsExternal Property

Gets a value indicating whether the hyperlink associated with a picture refers to an external resource (web page, e-mail address, file or directory) or to an internal resource (to a cell range in the current workbook).

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public bool IsExternal { get; }

Property Value

Type Description
Boolean

true, if the hyperlink refers to an external resource; otherwise, false.

Remarks

For an example on how to associate a hyperlink with a picture, refer to the How to: Add a Hyperlink to a Picture example.

See Also