Android.Widget.AlphabetIndexer.GetSectionForPosition Method
Returns the section index for a given position in the list by querying the item and comparing it with all items in the section array.

Syntax

[Android.Runtime.Register("getSectionForPosition", "(I)I", "GetGetSectionForPosition_IHandler")]
public virtual int GetSectionForPosition (int position)

Parameters

position
the position within the adapter for which to return the corresponding section index

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the section index for a given position in the list by querying the item and comparing it with all items in the section array.

[Android Documentation]

Requirements

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