Gets or sets CellStyle for X dimension cells.

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

Syntax

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

See Also