PivotField.SortType Property

Auto Sort Type.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 FieldSortValues)
    Get
    Set
'Usage
Dim instance As PivotField
Dim value As EnumValue(Of FieldSortValues)

value = instance.SortType

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

Property Value

Type: DocumentFormat.OpenXml.EnumValue<FieldSortValues>
Returns EnumValue<T>.

See Also

Reference

PivotField Class

PivotField Members

DocumentFormat.OpenXml.Spreadsheet Namespace