Comment.Reference Property

Definition

Cell 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

Applies to