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> |