Hyperlink.Display Property

Display String.Represents the attribte in schema: display

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "display")> _
Public Property Display As StringValue
    Get
    Set
'Usage
Dim instance As Hyperlink
Dim value As StringValue

value = instance.Display

instance.Display = value
[SchemaAttrAttribute(, "display")]
public StringValue Display { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Hyperlink Class

Hyperlink Members

DocumentFormat.OpenXml.Spreadsheet Namespace