alexa
menu

    Show / Hide Table of Contents

    Class NoteModel

    Inheritance
    System.Object
    NoteModel
    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 NoteModel

    Constructors

    NoteModel()

    Declaration
    public NoteModel()

    Properties

    Address

    Declaration
    public int[] Address { get; set; }
    Property Value
    Type
    System.Int32[]

    IsVisible

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type
    System.Boolean

    Text

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