Gets or sets CellStyle for Y dimension cells.

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

Syntax

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

See Also