menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class DefinedNameModel

    Inheritance
    System.Object
    DefinedNameModel
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.Spreadsheet.dll
    Syntax
    public class DefinedNameModel

    Constructors

    DefinedNameModel()

    Declaration
    public DefinedNameModel()

    Properties

    Comment

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

    Name

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

    RefersTo

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

    Scope

    Declaration
    public string Scope { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved