Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / IntelliSenseItems Class / Item Property
An integer value indicates the index of item.


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

    Parameters

    index
    An integer value indicates the index of item.

    Property Value

    The IntelliSenseItems.Entry at the specified index.
    See Also