Version

GetStickyRowsInRange Method (IDataSource)

Gets the indexes of the pinned rows relevant to the provided range in index order.
Syntax
int[] GetStickyRowsInRange( 
   int firstRowIndex,
   int lastRowIndex
)

Parameters

firstRowIndex
The first index of the range.
lastRowIndex
The last index of the range.

Return Value

An array of the pinned row indexes.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also