Share via


Row.Spans Property

Spans.Represents the attribte in schema: spans

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "spans")> _
Public Property Spans As ListValue(Of StringValue)
    Get
    Set
'Usage
Dim instance As Row
Dim value As ListValue(Of StringValue)

value = instance.Spans

instance.Spans = value
[SchemaAttrAttribute(, "spans")]
public ListValue<StringValue> Spans { get; set; }

Property Value

Type: DocumentFormat.OpenXml.ListValue<StringValue>
Returns ListValue<T>.

See Also

Reference

Row Class

Row Members

DocumentFormat.OpenXml.Spreadsheet Namespace