Gets or sets cell text font.

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

Syntax

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

See Also