다음을 통해 공유


ArrowStringDataFrameColumn.Item[] 속성

정의

오버로드

Item[Int64]

값을 가져오는 인덱서입니다. 변경할 수 없는 열입니다.

Item[Int64, Int32]

에서 startIndex시작하는 값 수를 반환 length 합니다.

Item[Int64]

값을 가져오는 인덱서입니다. 변경할 수 없는 열입니다.

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

매개 변수

rowIndex
Int64

0부터 시작하는 행 인덱스

속성 값

이 값에 저장된 값 rowIndex

적용 대상

Item[Int64, Int32]

에서 startIndex시작하는 값 수를 반환 length 합니다.

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)

매개 변수

startIndex
Int64

반환할 첫 번째 값의 인덱스입니다.

length
Int32

시작부터 반환할 값의 수입니다. startIndex

속성 값

문자열 값의 새 목록

적용 대상