Class ZipPackageRelationshipCollection
- Namespace
- OfficeOpenXml.Packaging
- Assembly
- Magicodes.EPPlus.dll
public class ZipPackageRelationshipCollection : IEnumerable<ZipPackageRelationship>, IEnumerable
- Inheritance
-
ZipPackageRelationshipCollection
- Implements
- Inherited Members
- Extension Methods
Constructors
ZipPackageRelationshipCollection()
public ZipPackageRelationshipCollection()
Fields
_rels
protected Dictionary<string, ZipPackageRelationship> _rels
Field Value
Properties
Count
public int Count { get; }
Property Value
Methods
GetEnumerator()
public IEnumerator<ZipPackageRelationship> GetEnumerator()