Gets the rows of the table.
Namespace:
Meta.Numerics.Data
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntaxpublic FrameRowCollection Rows { get; }
Public ReadOnly Property Rows As FrameRowCollection
Get
public:
property FrameRowCollection^ Rows {
FrameRowCollection^ get ();
}
member Rows : FrameRowCollection with get
Property Value
Type:
FrameRowCollection
See Also