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

적용 대상