Share via


GenericRow.Item[Int32] Property

Definition

Returns the column value at the given index.

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

Parameters

index
Int32

Index to look up

Property Value

A column value

Applies to