MoveFirst method

UL Ext.: Positions the cursor to the first row of the cursor.

Syntax
Visual Basic
Public Function MoveFirst() As Boolean
C#
public bool MoveFirst();
Return value

True if successful, false otherwise. For example, the method fails if there are no rows.

See also