Interface IListObjects
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
Returns
- IListObject
Newly created object.