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


In This Topic
    Item(Int32) Property
    In This Topic
    Gets the key according to the special index.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows ReadOnly Property Item( _
       ByVal index As Integer _
    ) As String
    'Usage
     
    
    Dim instance As CalculatorButtonMappingCollection
    Dim index As Integer
    Dim value As String
     
    value = instance.Item(index)
    public new string Item( 
       int index
    ) {get;}

    Parameters

    index

    Property Value

    A System.Int32 instance indicates the special index.
    See Also