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 AutoSortScope AutoSort { get; set; }
Public Property AutoSort As AutoSortScope
	Get
	Set
public:
property AutoSortScope^ AutoSort {
	AutoSortScope^ get ();
	void set (AutoSortScope^ value);
}
member AutoSort : AutoSortScope with get, set

Property Value

AutoSortScope

See Also