Gets or sets the type of gradient fill for cell text.

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

Syntax

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

See Also