ItemIndexRange.LastIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.