[]
Adds an item to the collection.
public void Add(ListColumn listColumn)
Public Sub Add(listColumn As ListColumn)
Type | Name | Description |
---|---|---|
ListColumn | listColumn | The ListColumn object to add into the collection. |
Adds an ListColumn 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 indicates the text of a ListColumn. |