Gets the row shift for a selected cell.

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

Syntax

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

See Also