Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / CaptionsArrayList Class / Add Method


In This Topic
    Add Method (CaptionsArrayList)
    In This Topic
    Adds a caption to the array and returns its index.
    Syntax
    'Declaration
     
    
    Public Function Add( _
       ByVal caption As String _
    ) As Integer
    'Usage
     
    
    Dim instance As CaptionsArrayList
    Dim caption As String
    Dim value As Integer
     
    value = instance.Add(caption)
    public int Add( 
       string caption
    )

    Parameters

    caption
    See Also