Spread Windows Forms 12.0 Product Documentation
Item Property (MatchedListItemCollectionInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > MatchedListItemCollectionInfo Class : Item Property
Gets the item at the specified position.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ListItemInfo
'Usage
 
Dim instance As MatchedListItemCollectionInfo
Dim index As Integer
Dim value As ListItemInfo
 
value = instance.Item(index)
public ListItemInfo this[ 
   int index
]; {get;}

Parameters

index

Property Value

The System.Int32 value that indicates the specified position.
See Also

Reference

MatchedListItemCollectionInfo Class
MatchedListItemCollectionInfo Members