Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Nullable<PivotFieldSortType> SortType { get; set; }
Public Property SortType As Nullable(Of PivotFieldSortType)
	Get
	Set
public:
property Nullable<PivotFieldSortType> SortType {
	Nullable<PivotFieldSortType> get ();
	void set (Nullable<PivotFieldSortType> value);
}
member SortType : Nullable<PivotFieldSortType> with get, set

Property Value

Nullable<(Of <(<'PivotFieldSortType>)>)>

See Also