共用方式為


DataFrameColumn.Item[] 屬性

定義

多載

Item[Int64]

在 取得/設定值的索引子 rowIndex

Item[Int64, Int32]

length 回從 startIndex 開始的值數目。

Item[Int64]

在 取得/設定值的索引子 rowIndex

public object this[long rowIndex] { get; set; }
member this.Item(int64) : obj with get, set
Default Public Property Item(rowIndex As Long) As Object

參數

rowIndex
Int64

要查閱的索引

屬性值

位於 的值 rowIndex

適用於

Item[Int64, Int32]

length 回從 startIndex 開始的值數目。

public System.Collections.Generic.IReadOnlyList<object> this[long startIndex, int length] { get; }
member this.Item(int64 * int) : System.Collections.Generic.IReadOnlyList<obj>
Default Public ReadOnly Property Item(startIndex As Long, length As Integer) As IReadOnlyList(Of Object)

參數

startIndex
Int64

要傳回值的第一個索引。

length
Int32

要傳回的值數目。

屬性值

唯讀值清單

適用於