Freigeben über


SortState.SortMethod-Eigenschaft

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; }

Eigenschaftswert

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

Siehe auch

Referenz

SortState Klasse

SortState-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace