Class OleObjects
Represents the Ole objects implementation
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<IOleObject>
System.Collections.Generic.IReadOnlyCollection<IOleObject>
System.Collections.Generic.IList<IOleObject>
System.Collections.Generic.ICollection<IOleObject>
System.Collections.Generic.IEnumerable<IOleObject>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.Add(Syncfusion.XlsIO.IOleObject)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.XlsIO.IOleObject>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.AsReadOnly()
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.BinarySearch(Syncfusion.XlsIO.IOleObject)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.BinarySearch(Syncfusion.XlsIO.IOleObject, System.Collections.Generic.IComparer<Syncfusion.XlsIO.IOleObject>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.BinarySearch(System.Int32, System.Int32, Syncfusion.XlsIO.IOleObject, System.Collections.Generic.IComparer<Syncfusion.XlsIO.IOleObject>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.Capacity
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.Clear()
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.Contains(Syncfusion.XlsIO.IOleObject)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.ConvertAll<TOutput>(System.Converter<Syncfusion.XlsIO.IOleObject, TOutput>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.CopyTo(Syncfusion.XlsIO.IOleObject[])
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.CopyTo(Syncfusion.XlsIO.IOleObject[], System.Int32)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.CopyTo(System.Int32, Syncfusion.XlsIO.IOleObject[], System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.Count
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.Exists(System.Predicate<Syncfusion.XlsIO.IOleObject>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.Find(System.Predicate<Syncfusion.XlsIO.IOleObject>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.FindAll(System.Predicate<Syncfusion.XlsIO.IOleObject>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.XlsIO.IOleObject>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.FindIndex(System.Int32, System.Predicate<Syncfusion.XlsIO.IOleObject>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.FindIndex(System.Predicate<Syncfusion.XlsIO.IOleObject>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.FindLast(System.Predicate<Syncfusion.XlsIO.IOleObject>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.XlsIO.IOleObject>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.XlsIO.IOleObject>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.FindLastIndex(System.Predicate<Syncfusion.XlsIO.IOleObject>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.ForEach(System.Action<Syncfusion.XlsIO.IOleObject>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.IndexOf(Syncfusion.XlsIO.IOleObject)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.IndexOf(Syncfusion.XlsIO.IOleObject, System.Int32)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.IndexOf(Syncfusion.XlsIO.IOleObject, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.Insert(System.Int32, Syncfusion.XlsIO.IOleObject)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.XlsIO.IOleObject>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.Item[System.Int32]
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.LastIndexOf(Syncfusion.XlsIO.IOleObject)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.LastIndexOf(Syncfusion.XlsIO.IOleObject, System.Int32)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.LastIndexOf(Syncfusion.XlsIO.IOleObject, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.Remove(Syncfusion.XlsIO.IOleObject)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.RemoveAll(System.Predicate<Syncfusion.XlsIO.IOleObject>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.RemoveAt(System.Int32)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.Reverse()
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.Sort()
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.Sort(System.Collections.Generic.IComparer<Syncfusion.XlsIO.IOleObject>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.Sort(System.Comparison<Syncfusion.XlsIO.IOleObject>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.XlsIO.IOleObject>)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.System.Collections.Generic.ICollection<Syncfusion.XlsIO.IOleObject>.IsReadOnly
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.System.Collections.Generic.IEnumerable<Syncfusion.XlsIO.IOleObject>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.System.Collections.IList.Item[System.Int32]
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.ToArray()
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.TrimExcess()
System.Collections.Generic.List<Syncfusion.XlsIO.IOleObject>.TrueForAll(System.Predicate<Syncfusion.XlsIO.IOleObject>)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class OleObjects : List<IOleObject>, IList, ICollection, IReadOnlyList<IOleObject>, IReadOnlyCollection<IOleObject>, IOleObjects, IList<IOleObject>, ICollection<IOleObject>, IEnumerable<IOleObject>, IEnumerable
Constructors
OleObjects(WorksheetImpl)
Initializes new instance of the collection.
Declaration
public OleObjects(WorksheetImpl sheet)
Parameters
Type | Name | Description |
---|---|---|
WorksheetImpl | sheet | Parent worksheet. |
Methods
Add(OleObject)
Adds the specified OLE.
Declaration
public void Add(OleObject ole)
Parameters
Type | Name | Description |
---|---|---|
OleObject | ole | The OLE. |
Add(String, Image, OleLinkType)
Adds new ole object to the collection.
Declaration
public IOleObject Add(string fileName, Image image, OleLinkType linkType)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | File name. |
System.Drawing.Image | image | File image. |
OleLinkType | linkType | Link type. |
Returns
Type |
---|
IOleObject |
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable