[This is preliminary documentation and is subject to change.]
Sets the current row of the grid to that showing a particular
object.
| C# |
public bool SetCurrent( Persistent obj )
- obj (Persistent)
- The object corresponding to the desired new current row.
True if the object was in the grid and is now current, otherwise
false.
This works only if that object is showing in the grid. If the
object is not in the grid, no action is taken.