RevisionQueryTable.Reference Property

Definition

QueryTable Reference

Represents the following attribute in the schema: ref

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

Property Value

Returns StringValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Location of the affected query table.

The possible values for this attribute are defined by the ST_Ref simple type.

Applies to