Gets CellInfo that supplies the information on a table sell drawn.

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