Share via


GenericRow.Item[Int32] 属性

定义

返回给定索引处的列值。

public object this[int index] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(index As Integer) As Object

参数

index
Int32

要查找的索引

属性值

列值

适用于