Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / MatchedListItemCollectionInfo Class / Item Property


In This Topic
Item Property (MatchedListItemCollectionInfo)
In This Topic
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)

Parameters

index

Property Value

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