Initializes a new instance of the DrawCellEventArgs class whith specific parameters.

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

Syntax

C#
public DrawCellEventArgs(
	CellInfo cellInfo,
	CellStyle cellStyle
)
Visual Basic (Declaration)
Public Sub New ( _
	cellInfo As CellInfo, _
	cellStyle As CellStyle _
)
Visual C++
public:
DrawCellEventArgs(
	CellInfo^ cellInfo, 
	CellStyle^ cellStyle
)

See Also