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()
Assembly: Syncfusion.EJ2.Spreadsheet.dll
Syntax
public class SpreadsheetModel
Constructors
SpreadsheetModel()
Declaration
public SpreadsheetModel()
Properties
ActiveSheetIndex
Declaration
public int ActiveSheetIndex { get; set; }
Property Value
CellStyle
Declaration
public CellStyleModel CellStyle { get; set; }
Property Value
DefinedNames
Declaration
public List<DefinedNameModel> DefinedNames { get; set; }
Property Value
FilterCollection
Declaration
public List<FilterCollectionModel> FilterCollection { get; set; }
Property Value
HashValue
Declaration
public string HashValue { get; set; }
Property Value
IsProtected
Declaration
public bool IsProtected { get; set; }
Property Value
ListSeparator
Declaration
public string ListSeparator { get; set; }
Property Value
Password
Declaration
public string Password { get; set; }
Property Value
SaltValue
Declaration
public string SaltValue { get; set; }
Property Value
Sheets
Declaration
public List<SheetModel> Sheets { get; set; }
Property Value
SortCollection
Declaration
public List<SortCollectionModel> SortCollection { get; set; }
Property Value
SpinCount
Declaration
public int SpinCount { get; set; }
Property Value