Spread Windows Forms 12.0 Product Documentation
Item Property (Elements)


FarPoint.Win Assembly > FarPoint.Win Namespace > Elements Class : Item Property
Integer index of the element in the collection
Gets the element at the specified index within the collection.
Syntax
'Declaration
 
Public Overridable ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Object
'Usage
 
Dim instance As Elements
Dim index As Integer
Dim value As Object
 
value = instance.Item(index)
public virtual object this[ 
   int index
]; {get;}

Parameters

index
Integer index of the element in the collection

Property Value

Object
See Also

Reference

Elements Class
Elements Members