menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DefinedNameBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DefinedNameBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    DefinedNameBuilder
    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
    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
    DefinedNameBuilder

    RefersTo(String)

    Specifies reference for the defined name.

    Declaration
    public DefinedNameBuilder RefersTo(string refersTo)
    Parameters
    Type Name Description
    System.String refersTo
    Returns
    Type
    DefinedNameBuilder

    Scope(String)

    Specifies scope for the defined name.

    Declaration
    public DefinedNameBuilder Scope(string scope)
    Parameters
    Type Name Description
    System.String scope
    Returns
    Type
    DefinedNameBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved