ListColumnCollection
Contents
[
Hide
]ListColumnCollection class
Represents A collection of all the ListColumn objects in the specified ListObject object.
Methods
| Name | Description |
|---|---|
| add() | Reserved for internal use. |
| clear() | |
| contains() | Reserved for internal use. |
| get(index) | Gets the ListColumn by the index. |
| get(name) | Gets the ListColumn by the name. |
| get() | Reserved for internal use. |
| getCount() | |
| indexOf() | Reserved for internal use. |
| iterator() | |
| removeAt() |
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index)
Gets the ListColumn by the index.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The index. |
Returns: ListColumn — ListColumn the ListColumn object.
get(name)
Gets the ListColumn by the name.
| Parameter | Type | Description |
|---|---|---|
| name | String | The name of the ListColumn |
Returns: ListColumn — ListColumn The ListColumn object.
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.