Class ExcelExternalDefinedName
Represents a defined name in an external workbook
Implements
Inherited Members
Namespace: OfficeOpenXml.ExternalReferences
Assembly: EPPlus.dll
Syntax
public class ExcelExternalDefinedName : IExcelExternalNamedItem
Properties
Name
The name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RefersTo
The address that the defined name referes to
Declaration
public string RefersTo { get; }
Property Value
| Type | Description |
|---|---|
| string |
SheetId
The sheet id
Declaration
public int SheetId { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
ToString()
The string representation of the name
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |