DataFrameColumn.GetValue(Int64) Method

Definition

Returns the value at rowIndex.

protected abstract object GetValue (long rowIndex);
abstract member GetValue : int64 -> obj
Protected MustOverride Function GetValue (rowIndex As Long) As Object

Parameters

rowIndex
Int64

Returns

The value at rowIndex.

Applies to