Gets a pivot table column number by which a pivot table was sorted.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public int SortedColumn { get; }
Visual Basic (Declaration)
Public ReadOnly Property SortedColumn As Integer
Visual C++
public:
property int SortedColumn {
	int get ();
}

See Also