[]
        
(Showing Draft Content)

IDefinedName Interface

IDefinedName Interface

Represents the Defined name definition.

Heirarchy

  • IDefinedName

Implemented by

Properties

Properties

name

name: string

The name of the defined name item.

Optional sheetName

sheetName: string

Indicates the defined name item works in which sheet. If omitted, the defined name item works in workbook.

value

value: any

The value of the defined name item. The value could be a formula, a string constant or a cell range. For e.g. "Sum(1, 2, 3)", "test" or "sheet1!A1:B2"