ComponentOne ASP.NET MVC Controls
DefinedName Class
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
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