MoveLast method

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

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

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

See also