StringDataFrameColumn.Item[] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Item[Int64]
- Source:
- StringDataFrameColumn.cs
- Source:
- StringDataFrameColumn.cs
- Source:
- StringDataFrameColumn.cs
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
属性值
适用于
Item[Int64, Int32]
- Source:
- StringDataFrameColumn.cs
- Source:
- StringDataFrameColumn.cs
- Source:
- StringDataFrameColumn.cs
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