menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class CellModel

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

    Constructors

    CellModel()

    Declaration
    public CellModel()

    Properties

    Chart

    Declaration
    public List<ChartModel> Chart { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<ChartModel>

    ColSpan

    Declaration
    public int ColSpan { get; set; }
    Property Value
    Type
    System.Int32

    Format

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

    Formula

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

    Hyperlink

    Declaration
    public object Hyperlink { get; set; }
    Property Value
    Type
    System.Object

    Image

    Declaration
    public List<ImageModel> Image { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<ImageModel>

    Index

    Declaration
    public int Index { get; set; }
    Property Value
    Type
    System.Int32

    IsLocked

    Declaration
    public bool? IsLocked { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    Notes

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

    RowSpan

    Declaration
    public int RowSpan { get; set; }
    Property Value
    Type
    System.Int32

    Style

    Declaration
    public CellStyleModel Style { get; set; }
    Property Value
    Type
    CellStyleModel

    Validation

    Declaration
    public ValidationModel Validation { get; set; }
    Property Value
    Type
    ValidationModel

    Value

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

    Wrap

    Declaration
    public bool? Wrap { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved