Hyperlink.Target Property

Definition

target, this property is only available in Office 2010 and later.

Represents the following attribute in the schema: target

[DocumentFormat.OpenXml.SchemaAttr(0, "target")]
public DocumentFormat.OpenXml.StringValue Target { get; set; }
public DocumentFormat.OpenXml.StringValue Target { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "target")]
public DocumentFormat.OpenXml.StringValue? Target { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("target")]
public DocumentFormat.OpenXml.StringValue? Target { get; set; }
public DocumentFormat.OpenXml.StringValue? Target { get; set; }
member this.Target : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "target")>]
member this.Target : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("target")>]
member this.Target : DocumentFormat.OpenXml.StringValue with get, set
Public Property Target As StringValue

Property Value

Attributes

Applies to