Class ExcelExternalLink
- Namespace
- OfficeOpenXml.ExternalReferences
- Assembly
- EPPlus.dll
Base class for external references
public abstract class ExcelExternalLink
- Inheritance
-
ExcelExternalLink
- Derived
- Inherited Members
Properties
As
Provides an easy way to type cast the object to it's top level class
public ExcelExternalLinkAsType As { get; }
Property Value
ErrorLog
A list of errors that occured during load or update of the external workbook.
public List<string> ErrorLog { get; }
Property Value
ExternalLinkType
The type of external link
public abstract eExternalLinkType ExternalLinkType { get; }
Property Value
Index
The index of the external link. The index can be used in formulas between brackets to reference this link.
public int Index { get; }
Property Value
Examples
worksheet.Cells["A1"].Formula="'[1]Sheet1'!A1"
Methods
ToString()
Returns the string representation of the object.
public override string ToString()