Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / BaseKeyCollection Class / Item Property / Item(Int32) Property


In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the element at the specified index.
    Syntax
    'Declaration
     
    
    Protected Overloads Property Item( _
       ByVal index As Integer _
    ) As Object
    'Usage
     
    
    Dim instance As BaseKeyCollection
    Dim index As Integer
    Dim value As Object
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    protected object Item( 
       int index
    ) {get; set;}

    Parameters

    index

    Property Value

    The System.Int32 value that indicates the index of the specified element.
    See Also