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


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

    Parameters

    index

    Property Value

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