NanoXLSX.Compatibility 3.2.0
Loading...
Searching...
No Matches
NanoXLSX.ExternalDefinedName Class Reference

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.

Detailed Description

Represents a defined name declared by an external workbook.

Definition at line 15 of file ExternalDefinedName.cs.

Constructor & Destructor Documentation

◆ ExternalDefinedName()

NanoXLSX.ExternalDefinedName.ExternalDefinedName ( string name,
string refersTo )

Constructor of an external defined name.

Parameters
nameName of the external defined name
refersToReferenced expression
Exceptions
FormatExceptionThrown if the name or refersTo was null, empty or only white spaces

Definition at line 38 of file ExternalDefinedName.cs.

Property Documentation

◆ Name

string NanoXLSX.ExternalDefinedName.Name
get

Gets the name of the external defined name.

Definition at line 20 of file ExternalDefinedName.cs.

◆ RefersTo

string NanoXLSX.ExternalDefinedName.RefersTo
get

Gets the referenced expression.

Definition at line 25 of file ExternalDefinedName.cs.


The documentation for this class was generated from the following file: