共用方式為


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]

要傳回 at 的 DataFrameRow 索引子 index

方法

GetEnumerator()

傳回 物件的列舉值 DataFrameRow

明確介面實作

IEnumerable.GetEnumerator()

表示 的資料列 DataFrame

適用於