Class DefinedName
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
[HtmlAttributeName("comment")]
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
[HtmlAttributeName("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
RefersTo
Specifies reference for the defined name.
Declaration
[HtmlAttributeName("refersTo")]
public string RefersTo { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Scope
Specifies scope for the defined name.
Declaration
[HtmlAttributeName("scope")]
public string Scope { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |