GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemCollectionInfo Class / Item Property


In This Topic
Item Property (ListItemCollectionInfo)
In This Topic
Gets or Sets the ListItemInfo from the collection.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As ListItemInfo
 
'Usage
 
Dim instance As ListItemCollectionInfo
Dim index As Integer
Dim value As ListItemInfo
 
instance.Item(index) = value
 
value = instance.Item(index)

Parameters

index
See Also