Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnCollectionInfo Class / Add Method / Add(String) Method
A System.String value that indicates the text of a ListColumnInfo object.


In This Topic
    Add(String) Method
    In This Topic
    Adds a ListColumnInfo with the given text to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal text As String _
    ) 
    'Usage
     
    
    Dim instance As ListColumnCollectionInfo
    Dim text As String
     
    instance.Add(text)
    public void Add( 
       string text
    )

    Parameters

    text
    A System.String value that indicates the text of a ListColumnInfo object.
    See Also