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] |
を返す DataFrameRow インデクサー |
メソッド
GetEnumerator() |
オブジェクトの列挙子を DataFrameRow 返します。 |
明示的なインターフェイスの実装
IEnumerable.GetEnumerator() |
の行を表します。 DataFrame |