Share via


SortCondition.Descending Property

Descending.Represents the attribte in schema: descending

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

Syntax

'Declaration
<SchemaAttrAttribute(, "descending")> _
Public Property Descending As BooleanValue
    Get
    Set
'Usage
Dim instance As SortCondition
Dim value As BooleanValue

value = instance.Descending

instance.Descending = value
[SchemaAttrAttribute(, "descending")]
public BooleanValue Descending { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

SortCondition Class

SortCondition Members

DocumentFormat.OpenXml.Spreadsheet Namespace