Hyperlink.Location Property

Location.Represents the attribte in schema: location

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

Syntax

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

value = instance.Location

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Hyperlink Class

Hyperlink Members

DocumentFormat.OpenXml.Spreadsheet Namespace