Table of Contents

Class ExcelExternalLink

Namespace
OfficeOpenXml.ExternalReferences
Assembly
EPPlus.dll

Base class for external references

public abstract class ExcelExternalLink
Inheritance
ExcelExternalLink
Derived
Inherited Members

Properties

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

public ExcelExternalLinkAsType As { get; }

Property Value

ExcelExternalLinkAsType

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

public List<string> ErrorLog { get; }

Property Value

List<string>

The type of external link

public abstract eExternalLinkType ExternalLinkType { get; }

Property Value

eExternalLinkType

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

int
worksheet.Cells["A1"].Formula="'[1]Sheet1'!A1"

Methods

Returns the string representation of the object.

public override string ToString()

Returns

string