Share via


SortCondition.Descending Property

descending.Represents the attribte in schema: descending

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
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

See Also

Reference

SortCondition Class

SortCondition Members

DocumentFormat.OpenXml.Office2010.Excel Namespace