Update method

Updates the current row with the current column values (specified using the set methods).

Syntax
Visual Basic
Public Sub Update()
C#
public void Update();
See also