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


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

    Parameters

    text
    A System.String value indicates the text of a ListColumn.
    See Also