Row.Spans Property

Definition

Spans

Represents the following attribute in the schema: spans

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

Property Value

Returns ListValue<T>.

Attributes

Applies to