Table of Contents

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

IListObject

Methods

Create(string, IXLSRange)

Creates new list object and adds it to the collection.

public IListObject Create(string name, IXLSRange range)

Parameters

name string

Name of the new list object.

range IXLSRange

Destination range.

Returns

IListObject

Newly created object.