Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StringCollectionCollection Class / Item Property
Index of the item.


In This Topic
Item Property (StringCollectionCollection)
In This Topic
Gets or sets the item at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As StringCollectionItem
 
'Usage
 
Dim instance As StringCollectionCollection
Dim index As Integer
Dim value As StringCollectionItem
 
instance.Item(index) = value
 
value = instance.Item(index)

Parameters

index
Index of the item.

Property Value

Item.
See Also