![]() |
NanoXLSX.Compatibility 3.2.0
|
Represents a defined name declared by an external workbook. More...
Public Member Functions | |
| ExternalDefinedName (string name, string refersTo) | |
| Constructor of an external defined name. | |
Properties | |
| string | Name [get] |
| Gets the name of the external defined name. | |
| string | RefersTo [get] |
| Gets the referenced expression. | |
Represents a defined name declared by an external workbook.
Definition at line 15 of file ExternalDefinedName.cs.
| NanoXLSX.ExternalDefinedName.ExternalDefinedName | ( | string | name, |
| string | refersTo ) |
Constructor of an external defined name.
| name | Name of the external defined name |
| refersTo | Referenced expression |
| FormatException | Thrown if the name or refersTo was null, empty or only white spaces |
Definition at line 38 of file ExternalDefinedName.cs.
|
get |
Gets the name of the external defined name.
Definition at line 20 of file ExternalDefinedName.cs.
|
get |
Gets the referenced expression.
Definition at line 25 of file ExternalDefinedName.cs.