ComponentOne FlexGrid for UWP
Item Property (IOrderedSet<T>)

C1.UWP Assembly > C1.Xaml Namespace > IOrderedSet<T> Interface : Item Property
Gets the item at the specified index.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As T
T this[ 
   System.int index
]; {get;}

Parameters

index

Property Value

The element at the specified index.
See Also

Reference

IOrderedSet<T> Interface
IOrderedSet<T> Members