Class ListObjectCollection
- Namespace
- Spire.Xls.Core.Spreadsheet.Tables
- Assembly
- Spire.XLS.dll
public class ListObjectCollection : CollectionExtended<IListObject>, IExcelApplication, ICloneParent, IListObjects, IList<IListObject>, ICollection<IListObject>, IEnumerable<IListObject>, IEnumerable
- Inheritance
-
ListObjectCollection
- Implements
- Inherited Members
Properties
this[string]
public IListObject this[string name] { get; }
Parameters
name
string
Property Value
Methods
Create(string, IXLSRange)
Creates new list object and adds it to the collection.
public IListObject Create(string name, IXLSRange range)
Parameters
Returns
- IListObject
Newly created object.