Gets CellInfo which supplies the information on the selected pivot table cell.

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

Syntax

C#
public CellInfo ActiveCell { get; }
Visual Basic (Declaration)
Public ReadOnly Property ActiveCell As CellInfo
Visual C++
public:
property CellInfo^ ActiveCell {
	CellInfo^ get ();
}

See Also