# InternalNamedExpression Class
# Constructors
# constructor
+ new InternalNamedExpression(displayName
: string, address
: SimpleCellAddress, added
: boolean, options?
: NamedExpressionOptions): InternalNamedExpression
Defined in src/NamedExpressions.ts:24 (opens new window)
Parameters:
Name | Type |
---|---|
displayName | string |
address | SimpleCellAddress |
added | boolean |
options? | NamedExpressionOptions |
Returns: InternalNamedExpression
# Properties
# added
• added: boolean
Defined in src/NamedExpressions.ts:28 (opens new window)
# address Readonly
• address: SimpleCellAddress
Defined in src/NamedExpressions.ts:27 (opens new window)
# displayName
• displayName: string
Defined in src/NamedExpressions.ts:26 (opens new window)
# options Optional
• options? : NamedExpressionOptions
Defined in src/NamedExpressions.ts:29 (opens new window)
# Methods
# copy
▸ copy(): InternalNamedExpression
Defined in src/NamedExpressions.ts:37 (opens new window)
Returns: InternalNamedExpression
# normalizeExpressionName
▸ normalizeExpressionName(): string
Defined in src/NamedExpressions.ts:33 (opens new window)
Returns: string