Android.Widget.AlphabetIndexer.GetPositionForSection Method
Performs a binary search or cache lookup to find the first row that matches a given section's starting letter.

Syntax

[Android.Runtime.Register("getPositionForSection", "(I)I", "GetGetPositionForSection_IHandler")]
public virtual int GetPositionForSection (int sectionIndex)

Parameters

sectionIndex
the section to search for

Returns

Documentation for this section has not yet been entered.

Remarks

Performs a binary search or cache lookup to find the first row that matches a given section's starting letter.

[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