Back to Devexpress

XlExportOptionsBase.ExportHyperlinks Property

corelibraries-devexpress-dot-xtraprinting-dot-xlexportoptionsbase-92da5ca8.md

latest1.7 KB
Original Source

XlExportOptionsBase.ExportHyperlinks Property

Specifies whether or not hyperlinks should be exported to Excel.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(true)]
public bool ExportHyperlinks { get; set; }
vb
<DefaultValue(True)>
Public Property ExportHyperlinks As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to export hyperlinks; otherwise false.

|

Remarks

By default, if a brick (cell) has a hyperlink, it is exported to the Excel format with this hyperlink. To export these bricks (cells) as a simple plain text, set the ExportHyperlinks property to false.

See Also

Export to XLS

Export to XLSX

XlExportOptionsBase Class

XlExportOptionsBase Members

DevExpress.XtraPrinting Namespace