[]
Adds an item to the collection.
public void Add(ListColumnInfo listColumn)
Public Sub Add(listColumn As ListColumnInfo)
| Type | Name | Description |
|---|---|---|
| ListColumnInfo | listColumn | The ListColumnInfo object to add into the collection. |
Adds a ListColumnInfo with the given text to the collection.
public void Add(string text)
Public Sub Add(text As String)
| Type | Name | Description |
|---|---|---|
| string | text | A string value that indicates the text of a ListColumnInfo object. |