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