InsertSheet
methodsInserts a sheet with the specified options.
Parameters:optionsObject
options.rowsNumber
options.columnsNumber
options.rowHeightNumber
options.columnWidthNumber
options.headerHeightNumber
options.headerWidthNumber
options.dataSourcekendo.data.DataSource
options.dataObject
Returns:kendo.spreadsheet.Sheet
The configuration options for the sheet.
The number of rows in this sheet.
The number of columns in this sheet.
The row height in this sheet in pixels.
The column width in this sheet in pixels.
The header row height in pixels.
The header column width in pixels.
The data source for this sheet.
The sheet state and data as Object. The schema follows the same structure as the widget configuration.
- The inserted sheet.