ItemIndexRange.LastIndex Property

Definition

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

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

Property Value

Int32

int

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

Applies to