Commit 0c2e4e11 authored by Alexander.Trofimov's avatar Alexander.Trofimov

add change pivot style prototype

parent 4896d2af
......@@ -559,6 +559,10 @@ var editor;
return this.wb.af_getTablePictures(props, pivot);
};
spreadsheet_api.prototype.asc_changePivotStyle = function (props, pivot) {
};
spreadsheet_api.prototype.getViewMode = function() {
return this.isViewMode;
};
......@@ -3596,6 +3600,9 @@ var editor;
prot["asc_convertTableToRange"] = prot.asc_convertTableToRange;
prot["asc_getTablePictures"] = prot.asc_getTablePictures;
// Pivot Table
prot["asc_changePivotStyle"] = prot.asc_changePivotStyle;
// Drawing objects interface
prot["asc_showDrawingObjects"] = prot.asc_showDrawingObjects;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment