Gets information on a pivot table cell.

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

Syntax

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

See Also