[]
        
(Showing Draft Content)

DefinedName Class

DefinedName Class

Represents a defined name item of FlexSheet.

Heirarchy

  • DefinedName

Constructors

Properties

Constructors

constructor

  • Initializes a new instance of the DefinedName class.

    Parameters

    • owner: FlexSheet

      The owner FlexSheet control.

    • name: string

      The name of the defined name item.

    • value: any

      The value of the defined name item.

    • Optional sheetName: string

      The sheet name indicates the defined name item works in which sheet of FlexSheet. If omitted, the defined name item works in all sheets of FlexSheet.

    Returns DefinedName

Properties

name

name: string

Gets or sets the name of the defined name item.

sheetName

sheetName: string

Gets the sheetName of the defined name item.

value

value: any

Gets or sets the value of the defined name item.