Android.Database.CursorWrapper.MoveToPosition Method
Move the cursor to an absolute position.

Syntax

[Android.Runtime.Register("moveToPosition", "(I)Z", "GetMoveToPosition_IHandler")]
public virtual bool MoveToPosition (int position)

Parameters

position
the zero-based position to move to.

Returns

Documentation for this section has not yet been entered.

Remarks

Move the cursor to an absolute position. The valid range of values is -1 <= position <= count.

This method will return true if the request destination was reachable, otherwise, it returns false.

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1