Kendo.Mvc.UI.SpreadsheetSheet
Kendo UI SpreadsheetSheet class
Properties
ActiveCell
The active cell in the sheet, for example, A1.
Name
The name of the sheet.
Columns
An array which defines the columns in this sheet and their content.
Drawings
An array which contains the drawings used in this sheet.
Filter
Defines the filtering criteria for this sheet, if any.
FrozenColumns
The number of frozen columns in this sheet.
FrozenRows
The number of frozen rows in this sheet.
MergedCells
An array of merged cell ranges, for example, B1:D2.
Rows
The row data for this sheet.
Selection
The selected range in the sheet, for example, A1:B10.
ShowGridLines
A Boolean value which indicates if the grid lines of the sheet will be displayed.
Sort
Defines the sort criteria for the sheet.
Methods
SerializeSettings
Serialize current instance to Dictionary