ASP.NET MVC Controls | ComponentOne
In This Topic
    DefinedName Class
    In This Topic
    File
    wijmo.grid.sheet.js
    Module
    wijmo.grid.sheet

    Represents a defined name item of FlexSheet.

    Constructor

    Properties

    Constructor

    constructor

    constructor(owner: FlexSheet, name: string, value: any, sheetName?: string): DefinedName
    

    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.

    • sheetName: string
    Optional

    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

    Gets or sets the name of the defined name item.

    Type
    string

    sheetName

    Gets the sheetName of the defined name item.

    Type
    string

    value

    Gets or sets the value of the defined name item.

    Type
    any