Spread Windows Forms 12.0 Product Documentation
Item Property (ListItemCollectionInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListItemCollectionInfo Class : Item Property
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)
public ListItemInfo this[ 
   int index
]; {get; set;}

Parameters

index
See Also

Reference

ListItemCollectionInfo Class
ListItemCollectionInfo Members