PivotField.AutoSortScope Property

AutoSort Scope.Represents the element tag in schema: x:autoSortScope

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

Syntax

'Declaration
Public Property AutoSortScope As AutoSortScope
    Get
    Set
'Usage
Dim instance As PivotField
Dim value As AutoSortScope

value = instance.AutoSortScope

instance.AutoSortScope = value
public AutoSortScope AutoSortScope { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.AutoSortScope
Returns AutoSortScope.

See Also

Reference

PivotField Class

PivotField Members

DocumentFormat.OpenXml.Spreadsheet Namespace