Abstract base class for a named reference defined in the workbook.
Constructors
Section titled "Constructors"NamedReferenceBase
new NamedReferenceBase(a: any, b: boolean): NamedReferenceBase Returns NamedReferenceBase
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"comment
Section titled "comment"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
scope
Section titled "scope"Gets the scope of the named reference.
get scope(): any
Returns any