Class ExcelExternalOleItemsCollection
A collection of ExcelExternalOleItem
Implements
System.Collections.Generic.IEnumerable<ExcelExternalOleItem>
System.Collections.IEnumerable
Inherited Members
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: OfficeOpenXml.ExternalReferences
Assembly: EPPlus.dll
Syntax
public class ExcelExternalOleItemsCollection : EPPlusReadOnlyList<ExcelExternalOleItem>, IEnumerable<ExcelExternalOleItem>, IEnumerable
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable