Add the #DF24 Developer Keynote to your agenda. Join us in-person on 9/19 at 2:30 p.m. PT or on Salesforce+ at 5 p.m. PT for the must-see session built just for developers.

Rows.Update

指定した情報で、指定した行を更新します。

Rows.Update(1, 2, 3)

序数説明
1string必須更新する列の名前と、更新で使用する値
2string必須データを検索する列を識別します。
3string必須検索で使用する値を識別します。

このサンプルコードは、birthdayDE 内の指定された行内の割り当てられたフィールドを見つけて、そのフィールドを新しい年齢情報で更新します。