From 8abf00defea19c7a2e1913e5a6f4f4ea32782808 Mon Sep 17 00:00:00 2001 From: "rusakov.sa" Date: Thu, 3 Nov 2016 10:58:37 +0300 Subject: [PATCH] Missing WorkbookSheetRow.type property http://docs.telerik.com/kendo-ui/controls/data-management/grid/excel-export#row-type --- kendo-ui/kendo-ui.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/kendo-ui/kendo-ui.d.ts b/kendo-ui/kendo-ui.d.ts index 429bc00c12..62adc4486c 100644 --- a/kendo-ui/kendo-ui.d.ts +++ b/kendo-ui/kendo-ui.d.ts @@ -18290,6 +18290,7 @@ declare namespace kendo.ooxml { cells?: WorkbookSheetRowCell[]; index?: number; height?: number; + type?: string; } interface WorkbookSheet {