DataFrameRow.Item[Int32] Property

Definition

An indexer to return the value at index.

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

Parameters

index
Int32

The index of the value to return

Property Value

Object

The value at this index.

Applies to