Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

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