Gets the cell at the specified level in a one-factor design.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Item ( _
	level As Object _
) As Cell
C#
public Cell Item [
	Object level
] { get; }
C++
public:
Cell^ Item {
	Cell^ get (Object^ level);
}

Parameters

level (System.Object)
An Object containing the level of the requested cell, or the value All.

Remarks

If level has the value All, the cell represents the complete data.