DataFrameColumn.SetValue(Int64, Object) Method

Definition

Sets the value at rowIndex with value

protected abstract void SetValue (long rowIndex, object value);
abstract member SetValue : int64 * obj -> unit
Protected MustOverride Sub SetValue (rowIndex As Long, value As Object)

Parameters

rowIndex
Int64

The row index

value
Object

The new value.

Applies to