ListColumnCollection

ListColumnCollection class

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

Methods

NameDescription
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.

ParameterTypeDescription
indexNumberThe index.

Returns: ListColumn — ListColumn the ListColumn object.

get(name)

Gets the ListColumn by the name.

ParameterTypeDescription
nameStringThe name of the ListColumn

Returns: ListColumn — ListColumn The ListColumn object.

get()

Reserved for internal use.

getCount()

indexOf()

Reserved for internal use.

iterator()

removeAt()