Initializes a new instance of the DrawCellEventArgs class whith specific parameters.
Namespace:
PerpetuumSoft.OlapAssembly: 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 ) |
Parameters
- cellInfo
- Type: PerpetuumSoft.Olap..::.CellInfo
- cellStyle
- Type: PerpetuumSoft.Olap..::.CellStyle