SetDouble メソッド (ActiveDataRow)
クラス
ActiveDataRow
。
処理
列の double 値を設定します。
構文
SetDouble
(
columnIndex
,
value
)
または
SetDouble
(
columnName
,
value
)
変数
説明
columnIndex
列のインデックス (1 から開始)。
Integer
。
columnName
列の名前。
String
。
value
新しい値。
Integer
または
Double
。