[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Returns all cells.
Namespace: net.esper.view.stat.olap
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Cells As V() |
C# |
---|
public V[] Cells { get; } |
Visual C++ |
---|
public: virtual property array<V>^ Cells { array<V>^ get () sealed; } |