DataFrameRow 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
DataFrameRow 是值集合,代表 中的數據 DataFrame列。
public class DataFrameRow : System.Collections.Generic.IEnumerable<object>
type DataFrameRow = class
interface seq<obj>
interface IEnumerable
Public Class DataFrameRow
Implements IEnumerable(Of Object)
- 繼承
-
DataFrameRow
- 實作
屬性
Item[Int32] |
要傳回 位於 |
Item[String] |
要傳回 位於 |
方法
GetEnumerator() |
傳回這個數據列中值的列舉值。 |
GetValues() |
DataFrameRow 是值集合,代表 中的數據 DataFrame列。 |
ToString() |
這個數據列中值的簡單字串表示 |
明確介面實作
IEnumerable.GetEnumerator() |
DataFrameRow 是值集合,代表 中的數據 DataFrame列。 |