Version

RepeatTitleRange Constructor

Creates a new RepeatTitleRange instance.
Syntax
public RepeatTitleRange( 
   int startIndex,
   int endIndex
)

Parameters

startIndex
The index of the first row or column in the range.
endIndex
The index of the last row or column in the range.
Exceptions
ExceptionDescription
System.ArgumentExceptionOccurs when either startIndex or endIndex is less than 0.
Remarks

The order of the startIndex and endIndex does not matter. In other words, if startIndex is greater than endIndex, they will be swapped when they are stored.

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