Gets CellStyle that supplies the style of a table cell drawn.

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

Syntax

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

See Also