PivotTableDefinition.FieldListSortAscending Property
Default Sort Order.Represents the attribte in schema: fieldListSortAscending
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "fieldListSortAscending")> _
Public Property FieldListSortAscending As BooleanValue
Get
Set
'Usage
Dim instance As PivotTableDefinition
Dim value As BooleanValue
value = instance.FieldListSortAscending
instance.FieldListSortAscending = value
[SchemaAttrAttribute(, "fieldListSortAscending")]
public BooleanValue FieldListSortAscending { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue