DataFrameRowCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 的資料列 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 索引子 |
方法
GetEnumerator() |
傳回 物件的列舉值 DataFrameRow |
明確介面實作
IEnumerable.GetEnumerator() |
表示 的資料列 DataFrame |