IListObjects module
- class IListObjects.IListObjects(ptr)
Bases:
IList[IListObject]- 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>