Sort Property

Office Open XML

The type of sort that is applied to this field

Namespace:  OfficeOpenXml.Table.PivotTable
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public eSortType Sort { get; set; }
Visual Basic (Declaration)
Public Property Sort As eSortType
Visual C++
public:
property eSortType Sort {
	eSortType get ();
	void set (eSortType value);
}

See Also