Scenarios.SequenceOfReferences Property

Definition

Sequence of References

Represents the following attribute in the schema: sqref

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

Property Value

Returns ListValue<T>.

Attributes

Applies to