ASP.NET Core MVC Controls | ComponentOne
In This Topic
    IDefinedName Interface
    In This Topic
    File
    wijmo.xlsx.js
    Module
    wijmo.xlsx

    Represents the Defined name definition.

    Properties

    Properties

    name

    The name of the defined name item.

    Type
    string

    sheetName

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

    Type
    string

    value

    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"

    Type
    any