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 |
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