Gets a value which indicates whether a cell is a selected table cell.

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

Syntax

C#
public bool IsActiveCell { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsActiveCell As Boolean
Visual C++
public:
property bool IsActiveCell {
	bool get ();
}

See Also