API Reference

Enum

ExcelPivotFieldSort

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.

Inheritance

  • Enum
  • ExcelPivotFieldSort

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const ExcelPivotFieldSort Manual #

Represents the Open XML value manual.

Value: 0
public const ExcelPivotFieldSort Ascending #

Represents the Open XML value ascending.

Value: 1
public const ExcelPivotFieldSort Descending #

Represents the Open XML value descending.

Value: 2