menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SheetModel

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

    Constructors

    SheetModel()

    Declaration
    public SheetModel()

    Properties

    ActiveCell

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

    ColCount

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

    Columns

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

    ConditionalFormats

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

    FrozenColumns

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

    FrozenRows

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

    IsProtected

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

    Name

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

    PaneTopLeftCell

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

    Password

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

    ProtectSettings

    Declaration
    public ProtectSettingsModel ProtectSettings { get; set; }
    Property Value
    Type
    ProtectSettingsModel

    RowCount

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

    Rows

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

    SelectedRange

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

    ShowGridLines

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

    ShowHeaders

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

    StandardHeight

    Declaration
    public double StandardHeight { get; set; }
    Property Value
    Type
    System.Double

    State

    Declaration
    public SheetModelState State { get; set; }
    Property Value
    Type
    SheetModelState

    TopLeftCell

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

    UsedRange

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