Show / Hide Table of Contents

Class ExcelExternalLink

Base class for external references

Inheritance
object
ExcelExternalLink
ExcelExternalDdeLink
ExcelExternalOleLink
ExcelExternalWorkbook
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OfficeOpenXml.ExternalReferences
Assembly: EPPlus.dll
Syntax
public abstract class ExcelExternalLink

Properties

As

Provides an easy way to type cast the object to it's top level class

Declaration
public ExcelExternalLinkAsType As { get; }
Property Value
Type Description
ExcelExternalLinkAsType

ErrorLog

A list of errors that occured during load or update of the external workbook.

Declaration
public List<string> ErrorLog { get; }
Property Value
Type Description
List<string>

ExternalLinkType

The type of external link

Declaration
public abstract eExternalLinkType ExternalLinkType { get; }
Property Value
Type Description
eExternalLinkType

Index

The index of the external link. The index can be used in formulas between brackets to reference this link.

Declaration
public int Index { get; }
Property Value
Type Description
int
Examples
worksheet.Cells["A1"].Formula="'[1]Sheet1'!A1"

Methods

ToString()

Returns the string representation of the object.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article
Back to top Generated by DocFX