Class ExcelExternalDefinedName
Represents a defined name in an external workbook
Inheritance
Object
ExcelExternalDefinedName
Implements
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 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 |
|---|---|
| Int32 |
Methods
ToString()
The string representation of the name
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String |
Overrides
System.Object.ToString()