Class DefinedName
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
DefinedName
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.EJ2.dll
Syntax
public class DefinedName : EJTagHelper
Constructors
DefinedName()
Declaration
public DefinedName()
Properties
Comment
Provides a comment or description for the defined name.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Name
Specifies a unique name for the defined name, which can be used in formulas.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
RefersTo
Specifies the cell or range reference associated with the defined name.
The reference can be provided with or without the =
prefix.
Declaration
public string RefersTo { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Scope
Defines the scope of the name. If not specified, the name is scoped to the entire workbook. If a sheet name is provided, the name will be available only within that specific sheet.
Declaration
public string Scope { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |