menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    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

    Provides a comment or description for the defined name.

    Declaration
    public string Comment { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Name

    Specifies a unique name for the defined name, which can be used in formulas.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    RefersTo

    Specifies the cell or range reference associated with the defined name. The reference can be provided with or without the = prefix.

    Declaration
    public string RefersTo { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Scope

    Defines the scope of the name. If not specified, the name is scoped to the entire workbook. If a sheet name is provided, the name will be available only within that specific sheet.

    Declaration
    public string Scope { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved