共用方式為


DataFrameColumn.SetValue(Int64, Object) 方法

定義

使用 設定 值 rowIndexvalue

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

參數

rowIndex
Int64

資料列索引

value
Object

新值。

適用於