Gets the cell at the specified levels in a two-factor design, or a one-factor design with repeated measures.

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

Syntax

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

Parameters

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

Remarks

If either level1 or level2 has the value All, the cell represents the data summarized over the corresponding level.

If both level1 and level2 have the value All, the cell represents the complete data.