Gets or sets 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; set; }
Visual Basic (Declaration)
Public Property CellStyle As CellStyle
Visual C++
public:
property CellStyle^ CellStyle {
	CellStyle^ get ();
	void set (CellStyle^ value);
}

See Also