MovePrevious method

UL Ext.: Positions the cursor to the previous row or before the first row.

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

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

See also