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
RefersTo
The address that the defined name referes to
public string RefersTo { get; }
Property Value
SheetId
The sheet id
public int SheetId { get; }
Property Value
Methods
ToString()
The string representation of the name
public override string ToString()