Class DefinedNameBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
DefinedNameBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class DefinedNameBuilder : ControlBuilder
Constructors
DefinedNameBuilder()
Declaration
public DefinedNameBuilder()
DefinedNameBuilder(List<DefinedName>)
Declaration
public DefinedNameBuilder(List<DefinedName> collection)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<DefinedName> |
collection |
|
Methods
Add()
Declaration
Specifies comment for the defined name.
Declaration
public DefinedNameBuilder Comment(string comment)
Parameters
Type |
Name |
Description |
System.String |
comment |
|
Returns
Name(String)
Specifies name for the defined name, which can be used in formula.
Declaration
public DefinedNameBuilder Name(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
RefersTo(String)
Specifies reference for the defined name.
Declaration
public DefinedNameBuilder RefersTo(string refersTo)
Parameters
Type |
Name |
Description |
System.String |
refersTo |
|
Returns
Scope(String)
Specifies scope for the defined name.
Declaration
public DefinedNameBuilder Scope(string scope)
Parameters
Type |
Name |
Description |
System.String |
scope |
|
Returns