ItemIndexRange.FirstIndex Property

Definition

Gets the index of the first item in the instance of the ItemIndexRange class.

public:
 property int FirstIndex { int get(); };
int FirstIndex();
public int FirstIndex { get; }
var int32 = itemIndexRange.firstIndex;
Public ReadOnly Property FirstIndex As Integer

Property Value

Int32

int

The index of the first item in the instance of the ItemIndexRange class.

Applies to