Enum TargetMode
Specifies whether the target is inside or outside the System.IO.Packaging.Package.
Namespace: OfficeOpenXml.Packaging
Assembly: EPPlus.dll
Syntax
public enum TargetMode
Fields
| Name | Description |
|---|---|
| External | The relationship references a resource that is external to the package. |
| Internal | The relationship references a part that is inside the package. |