Class ExcelExternalDefinedName
Represents a defined name in an external workbook
Inheritance
System.Object
ExcelExternalDefinedName
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.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 |
---|---|
System.String |
RefersTo
The address that the defined name referes to
Declaration
public string RefersTo { get; }
Property Value
Type | Description |
---|---|
System.String |
SheetId
The sheet id
Declaration
public int SheetId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
ToString()
The string representation of the name
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()