Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / CaptionsArrayList Class / Item Property


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

    Parameters

    index
    See Also