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
Specifies comment for the defined name.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Name
Specifies name for the defined name, which can be used in formula.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
RefersTo
Specifies reference for the defined name.
Declaration
public string RefersTo { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Scope
Specifies scope for the defined name.
Declaration
public string Scope { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |