Completed
Last Updated: 09 Oct 2020 12:15 by ADMIN
Release 2020.R3.SP.next
Drew
Created on: 24 Sep 2020 16:37
Category: Kendo UI for jQuery
Type: Bug Report
0
Typescript definition for "type" in WorkbookSheetRow is missing

Bug report

There is no definition of type in the WorkbookSheetRow definition (line 21897 in kendo.all.d.ts):

interface WorkbookSheetRow {
	cells?: WorkbookSheetRowCell[];
	index?: number;
	height?: number;
}

The values of the sheets.rows.type: https://docs.telerik.com/kendo-ui/api/javascript/ooxml/workbook/configuration/sheets.rows.type

Reproduction of the problem

Current behavior

Expected/desired behavior

Environment

  • Kendo UI version: 2020.3.915
  • jQuery version: x.y
  • Browser: [all]
0 comments