Gets the row position for a selected cell.

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

Syntax

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

See Also