class
ListColumnCollection
Source: aspose.
Represents A collection of all the ListColumn objects in the specified ListObject object.
Methods
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index) → ListColumn
Gets the ListColumn by the index.
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
index |
Number |
|
The index. |
- Returns
-
ListColumnthe ListColumn object.
get(name) → ListColumn
Gets the ListColumn by the name.
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
name |
String |
|
The name of the ListColumn |
- Returns
-
ListColumnThe ListColumn object.
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.