Table of Contents

Interface IListObjects

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IListObjects : IList<IListObject>, ICollection<IListObject>, IEnumerable<IListObject>, IEnumerable
Inherited Members

Methods

Create(string, IXLSRange)

Creates new list object and adds it to the collection.

IListObject Create(string name, IXLSRange range)

Parameters

name string

Name of the new list object.

range IXLSRange

Destination range.

Returns

IListObject

Newly created object.