CursorWindow.StartPosition Property

Definition

Gets the start position of this cursor window. -or- Sets the start position of this cursor window.

public virtual int StartPosition { [Android.Runtime.Register("getStartPosition", "()I", "GetGetStartPositionHandler")] get; [Android.Runtime.Register("setStartPosition", "(I)V", "GetSetStartPosition_IHandler")] set; }
[<get: Android.Runtime.Register("getStartPosition", "()I", "GetGetStartPositionHandler")>]
[<set: Android.Runtime.Register("setStartPosition", "(I)V", "GetSetStartPosition_IHandler")>]
member this.StartPosition : int with get, set

Property Value

The zero-based start position.

Attributes

Remarks

Property getter documentation:

Gets the start position of this cursor window.

The start position is the zero-based index of the first row that this window contains relative to the entire result set of the Cursor.

Java documentation for android.database.CursorWindow.getStartPosition().

Property setter documentation:

Sets the start position of this cursor window.

The start position is the zero-based index of the first row that this window contains relative to the entire result set of the Cursor.

Java documentation for android.database.CursorWindow.setStartPosition(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to