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()
Assembly: Syncfusion.EJ2.Spreadsheet.dll
Syntax
Constructors
SheetModel()
Declaration
Properties
ActiveCell
Declaration
public string ActiveCell { get; set; }
Property Value
ColCount
Declaration
public int ColCount { get; set; }
Property Value
Columns
Declaration
public List<ColumnModel> Columns { get; set; }
Property Value
Declaration
public List<ConditionalFormatModel> ConditionalFormats { get; set; }
Property Value
FrozenColumns
Declaration
public int FrozenColumns { get; set; }
Property Value
FrozenRows
Declaration
public int FrozenRows { get; set; }
Property Value
IsProtected
Declaration
public bool IsProtected { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
PaneTopLeftCell
Declaration
public string PaneTopLeftCell { get; set; }
Property Value
Password
Declaration
public string Password { get; set; }
Property Value
ProtectSettings
Declaration
public ProtectSettingsModel ProtectSettings { get; set; }
Property Value
RowCount
Declaration
public int RowCount { get; set; }
Property Value
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
ShowGridLines
Declaration
public bool? ShowGridLines { get; set; }
Property Value
Type |
System.Nullable<System.Boolean> |
Declaration
public bool? ShowHeaders { get; set; }
Property Value
Type |
System.Nullable<System.Boolean> |
StandardHeight
Declaration
public double StandardHeight { get; set; }
Property Value
State
Declaration
public SheetModelState State { get; set; }
Property Value
TopLeftCell
Declaration
public string TopLeftCell { get; set; }
Property Value
UsedRange
Declaration
public UsedRangeModel UsedRange { get; set; }
Property Value