DataFrameColumn.Item[] Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Item[Int64] |
Indexador para obter/definir valores em |
Item[Int64, Int32] |
Retorna |
Item[Int64]
Indexador para obter/definir valores em 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
Parâmetros
- rowIndex
- Int64
O índice a ser pesquisado
Valor da propriedade
O valor em rowIndex
Aplica-se a
Item[Int64, Int32]
Retorna length
o número de valores a partir de 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)
Parâmetros
- startIndex
- Int64
O primeiro índice do qual retornar valores.
- length
- Int32
O número de valores a serem retornados.
Valor da propriedade
Uma lista somente leitura de valores