Compartir a través de


ArrowStringDataFrameColumn.Item[] Propiedad

Definición

Sobrecargas

Item[Int64]

Indexador para obtener valores. Se trata de una columna inmutable.

Item[Int64, Int32]

Devuelve length el número de valores a partir de startIndex.

Item[Int64]

Indexador para obtener valores. Se trata de una columna inmutable.

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

Parámetros

rowIndex
Int64

Índice de fila basado en cero

Valor de propiedad

Valor almacenado en este rowIndex

Se aplica a

Item[Int64, Int32]

Devuelve length el número de valores a partir de startIndex.

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

Parámetros

startIndex
Int64

Índice del primer valor que se va a devolver.

length
Int32

Número de valores que se van a devolver a partir de startIndex

Valor de propiedad

Nueva lista de valores de cadena

Se aplica a