Spread Windows Forms 12.0 Product Documentation
Add(String) Method


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.
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

Reference

ListColumnCollectionInfo Class
ListColumnCollectionInfo Members
Overload List