ListColumnCollection

ListColumnCollection class

Represents A collection of all the ListColumn objects in the specified ListObject object.

class ListColumnCollection;

Methods

MethodDescription
get(number)Gets the ListColumn by the index.
getCount()Gets the number of elements contained in.

get(number)

Gets the ListColumn by the index.

get(index: number) : ListColumn;

Parameters:

ParameterTypeDescription
indexnumberThe index.

Returns

the ListColumn object.

getCount()

Gets the number of elements contained in.

getCount() : number;