Share via


TupleSet.SortType Property

Set Sort Order.Represents the attribte in schema: sortType

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

Syntax

'Declaration
<SchemaAttrAttribute(, "sortType")> _
Public Property SortType As EnumValue(Of SortValues)
    Get
    Set
'Usage
Dim instance As TupleSet
Dim value As EnumValue(Of SortValues)

value = instance.SortType

instance.SortType = value
[SchemaAttrAttribute(, "sortType")]
public EnumValue<SortValues> SortType { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<SortValues>

See Also

Reference

TupleSet Class

TupleSet Members

DocumentFormat.OpenXml.Spreadsheet Namespace