Gets current cell type.

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

Syntax

C#
public CellCreatingEventArgs..::.CellType Type { get; }
Visual Basic (Declaration)
Public ReadOnly Property Type As CellCreatingEventArgs..::.CellType
Visual C++
public:
property CellCreatingEventArgs..::.CellType Type {
	CellCreatingEventArgs..::.CellType get ();
}

See Also