Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public interface IListObjects : IList<IListObject>, ICollection<IListObject>, IEnumerable<IListObject>, IEnumerable
Public Interface IListObjects Inherits IList(Of IListObject), ICollection(Of IListObject), IEnumerable(Of IListObject), IEnumerable
public interface class IListObjects : IList<IListObject^>, ICollection<IListObject^>, IEnumerable<IListObject^>, IEnumerable
type IListObjects = interface interface IList<IListObject> interface ICollection<IListObject> interface IEnumerable<IListObject> interface IEnumerable end
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| Add(T) |
Adds an item to the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'IListObject>)>)>.) | |
| Clear()()()() |
Removes all items from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'IListObject>)>)>.) | |
| Contains(T) |
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
(Inherited from ICollection<(Of <(<'IListObject>)>)>.) | |
| CopyTo(array<T>[]()[][], Int32) |
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
(Inherited from ICollection<(Of <(<'IListObject>)>)>.) | |
| Count |
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'IListObject>)>)>.) | |
| Create(String, IXLSRange) | ||
| GetEnumerator()()()() |
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'IListObject>)>)>.) | |
| GetEnumerator()()()() |
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.) | |
| IndexOf(T) |
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
(Inherited from IList<(Of <(<'IListObject>)>)>.) | |
| Insert(Int32, T) |
Inserts an item to the IList<(Of <(<'T>)>)> at the specified index.
(Inherited from IList<(Of <(<'IListObject>)>)>.) | |
| IsReadOnly |
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
(Inherited from ICollection<(Of <(<'IListObject>)>)>.) | |
| Item[([( Int32])]) |
Gets or sets the element at the specified index.
(Inherited from IList<(Of <(<'IListObject>)>)>.) | |
| Remove(T) |
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'IListObject>)>)>.) | |
| RemoveAt(Int32) |
Removes the IList<(Of <(<'T>)>)> item at the specified index.
(Inherited from IList<(Of <(<'IListObject>)>)>.) |