DataFrame.Rows Property

Definition

Returns a DataFrameRowCollection that contains a view of the rows in this DataFrame

public Microsoft.Data.Analysis.DataFrameRowCollection Rows { get; }
member this.Rows : Microsoft.Data.Analysis.DataFrameRowCollection
Public ReadOnly Property Rows As DataFrameRowCollection

Property Value

Applies to