次の方法で共有


DataFrameRowCollection クラス

定義

の行を表します。 DataFrame

public class DataFrameRowCollection : System.Collections.Generic.IEnumerable<Microsoft.Data.Analysis.DataFrameRow>
type DataFrameRowCollection = class
    interface seq<DataFrameRow>
    interface IEnumerable
Public Class DataFrameRowCollection
Implements IEnumerable(Of DataFrameRow)
継承
DataFrameRowCollection
実装

プロパティ

Count

この DataFrame内の行数。

Item[Int64]

を返す DataFrameRow インデクサー index

メソッド

GetEnumerator()

オブジェクトの列挙子を DataFrameRow 返します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

の行を表します。 DataFrame

適用対象