SortState.SortMethod Property

Sort Method.Represents the attribte in schema: sortMethod

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

Syntax

'Declaration
<SchemaAttrAttribute(, "sortMethod")> _
Public Property SortMethod As EnumValue(Of SortMethodValues)
    Get
    Set
'Usage
Dim instance As SortState
Dim value As EnumValue(Of SortMethodValues)

value = instance.SortMethod

instance.SortMethod = value
[SchemaAttrAttribute(, "sortMethod")]
public EnumValue<SortMethodValues> SortMethod { get; set; }

Property Value

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

See Also

Reference

SortState Class

SortState Members

DocumentFormat.OpenXml.Spreadsheet Namespace