Android.Widget.ISectionIndexer.GetPositionForSection Method
Given the index of a section within the array of section objects, returns the starting position of that section within the adapter.

Syntax

[Android.Runtime.Register("getPositionForSection", "(I)I", "GetGetPositionForSection_IHandler:Android.Widget.ISectionIndexerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetPositionForSection (int section)

Parameters

sectionIndex
the index of the section within the array of section objects

Returns

Documentation for this section has not yet been entered.

Remarks

Given the index of a section within the array of section objects, returns the starting position of that section within the adapter.

If the section's starting position is outside of the adapter bounds, the position must be clipped to fall within the size of the adapter.

[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