Search results

DefinedNameDirective API in Angular Spreadsheet API component

e-definedname directive represent a defined name of the Angular Spreadsheet. It must be contained in a Spreadsheet component(ejs-spreadsheet).

<ejs-spreadsheet>
  <e-definednames>
   <e-definedname></e-definedname>
   <e-definedname></e-definedname>
  </e-definednames>
</ejs-spreadsheet>

Properties

comment

any

Specifies comment for the defined name.

Defaults to

name

any

Specifies name for the defined name, which can be used in formula.

Defaults to

refersTo

any

Specifies reference for the defined name.

Defaults to

scope

any

Specifies scope for the defined name.

Defaults to