DataFrameColumn.GetValues(Int64, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne length le nombre de valeurs à partir de startIndex.
protected abstract System.Collections.Generic.IReadOnlyList<object> GetValues(long startIndex, int length);
abstract member GetValues : int64 * int -> System.Collections.Generic.IReadOnlyList<obj>
Protected MustOverride Function GetValues (startIndex As Long, length As Integer) As IReadOnlyList(Of Object)
Paramètres
- startIndex
- Int64
Premier index à partir duquel retourner des valeurs.
- length
- Int32
Nombre de valeurs à retourner.
Retours
Liste de valeurs en lecture seule