Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / MatchedListItemCollection Class / Item Property


In This Topic
    Item Property (MatchedListItemCollection)
    In This Topic
    Gets the item at the specified position.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As ListItem
    'Usage
     
    
    Dim instance As MatchedListItemCollection
    Dim index As Integer
    Dim value As ListItem
     
    value = instance.Item(index)
    public ListItem this[ 
       int index
    ]; {get;}

    Parameters

    index

    Property Value

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