Spread Windows Forms 12.0 Product Documentation
Item Property (StringCollectionCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > StringCollectionCollection Class : Item Property
Index of the item.
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)
public StringCollectionItem this[ 
   int index
]; {get; set;}

Parameters

index
Index of the item.

Property Value

Item.
See Also

Reference

StringCollectionCollection Class
StringCollectionCollection Members