[]
Add some columns of specified collection to the end of the collection.
public void AddRange(ListColumn[] columns)
Public Sub AddRange(columns As ListColumn())
Type | Name | Description |
---|---|---|
ListColumn[] | columns | A ListColumn array added into the collection. |