Sheets
configurationAn array which defins the document sheets and their content.
sheets
Arraysheets.activeCell
StringThe active cell in the sheet, for example, A1.
sheets.columns
ArrayAn array which defines the columns in this sheet and their content.
sheets.dataSource
kendo.data.DataSourceThe DataSource instance for this sheet. For more information, refer to the article on binding to the DataSource.
sheets.drawings
ArrayAn array which contains the drawings used in this sheet.
sheets.filter
ObjectDefines the filtering criteria for this sheet, if any.
sheets.frozenColumns
NumberThe number of frozen columns in this sheet.
sheets.frozenRows
NumberThe number of frozen rows in this sheet.
sheets.mergedCells
ArrayAn array of merged cell ranges, for example, B1:D2.
sheets.name
StringThe name of the sheet.
sheets.rows
ArrayThe row data for this sheet.
sheets.selection
StringThe selected range in the sheet, for example, A1:B10.
sheets.showGridLines
BooleanA Boolean value which indicates if the grid lines of the sheet will be displayed.
Default: true
sheets.sort
ObjectDefines the sort criteria for the sheet.