Abstract base class for a named reference defined in the workbook.

NamedReferenceBase

new NamedReferenceBase(a: any, b: boolean): NamedReferenceBase

Returns NamedReferenceBase

Gets or sets the comment associated with the named reference or table. The comment associated with the named reference or table.

get comment(): string

Returns string

set comment(a: string): void

Parameters

  • a: string

Returns void

Gets or sets the name of the reference.

get name(): string

Returns string

set name(a: string): void

Parameters

  • a: string

Returns void

Gets the scope of the named reference.

get scope(): any

Returns any