ListObjectCollection module

class ListObjectCollection.ListObjectCollection(ptr)

Bases: CollectionBase[IListObject], IListObjects

Create(name: str, range: IXLSRange) IListObject
<summary>

Creates new list object and adds it to the collection.

</summary> <param name=”name”>Name of the new list object.</param> <param name=”range”>Destination range.</param> <returns>Newly created object.</returns>

get_Item