Missing WorkbookSheetRow.type property

http://docs.telerik.com/kendo-ui/controls/data-management/grid/excel-export#row-type
This commit is contained in:
rusakov.sa
2016-11-03 10:58:37 +03:00
parent baadc0b130
commit 8abf00defe
+1
View File
@@ -18290,6 +18290,7 @@ declare namespace kendo.ooxml {
cells?: WorkbookSheetRowCell[];
index?: number;
height?: number;
type?: string;
}
interface WorkbookSheet {