Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StringCollection Class / Add Method
String value


In This Topic
    Add Method (StringCollection)
    In This Topic
    Adds a string value to the collection.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal item As String _
    ) 
    'Usage
     
    
    Dim instance As StringCollection
    Dim item As String
     
    instance.Add(item)
    public void Add( 
       string item
    )

    Parameters

    item
    String value
    See Also