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 IOleObjects : IList<IOleObject>, ICollection<IOleObject>, IEnumerable<IOleObject>, IEnumerable
Public Interface IOleObjects Inherits IList(Of IOleObject), ICollection(Of IOleObject), IEnumerable(Of IOleObject), IEnumerable
public interface class IOleObjects : IList<IOleObject^>, ICollection<IOleObject^>, IEnumerable<IOleObject^>, IEnumerable
type IOleObjects = interface interface IList<IOleObject> interface ICollection<IOleObject> interface IEnumerable<IOleObject> interface IEnumerable end
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| Add(T) |
Adds an item to the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'IOleObject>)>)>.) | |
| Add(String, Image, OleLinkType) | ||
| Clear()()()() |
Removes all items from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'IOleObject>)>)>.) | |
| Contains(T) |
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
(Inherited from ICollection<(Of <(<'IOleObject>)>)>.) | |
| 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 <(<'IOleObject>)>)>.) | |
| Count |
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'IOleObject>)>)>.) | |
| GetEnumerator()()()() |
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'IOleObject>)>)>.) | |
| 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 <(<'IOleObject>)>)>.) | |
| Insert(Int32, T) |
Inserts an item to the IList<(Of <(<'T>)>)> at the specified index.
(Inherited from IList<(Of <(<'IOleObject>)>)>.) | |
| IsReadOnly |
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
(Inherited from ICollection<(Of <(<'IOleObject>)>)>.) | |
| Item[([( Int32])]) |
Gets or sets the element at the specified index.
(Inherited from IList<(Of <(<'IOleObject>)>)>.) | |
| Remove(T) |
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'IOleObject>)>)>.) | |
| RemoveAt(Int32) |
Removes the IList<(Of <(<'T>)>)> item at the specified index.
(Inherited from IList<(Of <(<'IOleObject>)>)>.) |