Commit de601d6c authored by Alexander.Trofimov's avatar Alexander.Trofimov

add method Is_SelectionUse

parent da00aa01
......@@ -2996,6 +2996,10 @@
return canvas.toDataURL("image/png");
};
WorkbookView.prototype.Is_SelectionUse = function () {
return !this.getWorksheet().getSelectionShape();
};
//------------------------------------------------------------export---------------------------------------------------
window['AscCommonExcel'] = window['AscCommonExcel'] || {};
window["AscCommonExcel"].WorkbookView = WorkbookView;
......
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