Initializes a new instance of the CellStyle class with specified back color and fore color.

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

Syntax

C#
public CellStyle(
	Color backColor,
	Color foreColor
)
Visual Basic (Declaration)
Public Sub New ( _
	backColor As Color, _
	foreColor As Color _
)
Visual C++
public:
CellStyle(
	Color backColor, 
	Color foreColor
)

Parameters

backColor
Type: System.Drawing..::.Color
foreColor
Type: System.Drawing..::.Color

See Also