Rows.Update

Updates the specified row with the specified information

Rows.Update(1, 2, 3)

OrdinalTypeDescription
1stringRequiredName of column to update and value used to update
2stringRequiredIdentifies columns to search for data
3stringRequiredIdentifies values used for search

This sample code finds the assigned field in the specified row in birthdayDE and updates it with the new age information.