Table of Contents

Class ExcelExternalDefinedName

Namespace
OfficeOpenXml.ExternalReferences
Assembly
EPPlus.dll

Represents a defined name in an external workbook

public class ExcelExternalDefinedName : IExcelExternalNamedItem
Inheritance
ExcelExternalDefinedName
Implements
Inherited Members

Constructors

ExcelExternalDefinedName()

public ExcelExternalDefinedName()

Properties

Name

The name

public string Name { get; }

Property Value

string

RefersTo

The address that the defined name referes to

public string RefersTo { get; }

Property Value

string

SheetId

The sheet id

public int SheetId { get; }

Property Value

int

Methods

ToString()

The string representation of the name

public override string ToString()

Returns

string