ArrowStringDataFrameColumn.Item[] 属性     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| Item[Int64] | 用于获取值的索引器。 这是不可变列 | 
| Item[Int64, Int32] | 返回  | 
Item[Int64, Int32]
返回 length 从 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)参数
- startIndex
- Int64
要返回的第一个值的索引。
- length
- Int32
要从 startIndex
属性值
字符串值的新列表