Class DefinedNameBuilder
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 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
public void Add()
Comment(String)
Specifies comment for the defined name.
Declaration
public DefinedNameBuilder Comment(string comment)
Parameters
Type | Name | Description |
---|---|---|
System.String | comment |
Returns
Type | Description |
---|---|
DefinedNameBuilder |
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
Type | Description |
---|---|
DefinedNameBuilder |
RefersTo(String)
Specifies reference for the defined name.
Declaration
public DefinedNameBuilder RefersTo(string refersTo)
Parameters
Type | Name | Description |
---|---|---|
System.String | refersTo |
Returns
Type | Description |
---|---|
DefinedNameBuilder |
Scope(String)
Specifies scope for the defined name.
Declaration
public DefinedNameBuilder Scope(string scope)
Parameters
Type | Name | Description |
---|---|---|
System.String | scope |
Returns
Type | Description |
---|---|
DefinedNameBuilder |