Gets the AnovaRowCollection for this AnovaTable.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Rows As AnovaRowCollection
C#
public AnovaRowCollection Rows { get; }
C++
public:
AnovaRowCollection^ Rows {
	AnovaRowCollection^ get ();
}

Value

The AnovaRowCollection for this AnovaTable.