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

    Specifies comment for the defined name.

    Declaration
    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
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    RefersTo

    Specifies reference for the defined name.

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

    The default value is ""

    Scope

    Specifies scope for the defined name.

    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