menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SpreadsheetModel

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

    Constructors

    SpreadsheetModel()

    Declaration
    public SpreadsheetModel()

    Properties

    ActiveSheetIndex

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

    CellStyle

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

    DefinedNames

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

    FilterCollection

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

    ListSeparator

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

    Password

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

    Sheets

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

    SortCollection

    Declaration
    public List<SortCollectionModel> SortCollection { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<SortCollectionModel>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved