Commit 4dc67f23 authored by GoshaZotov's avatar GoshaZotov

ws.getSelectionRangeValue() -> ws.getSelectionRangeValue().asc_getName()

parent 7b9d86b4
......@@ -2431,8 +2431,8 @@
//ToDo проверка defName.ref на знак "=" в начале ссылки. знака нет тогда это либо число либо строка, так делает Excel.
var ws = this.getWorksheet();
return new Asc.asc_CDefName("", ws.getSelectionRangeValue(), null);
var oRangeValue = ws.getSelectionRangeValue();
return new Asc.asc_CDefName("", oRangeValue.asc_getName(), null);
};
WorkbookView.prototype.unlockDefName = function() {
......
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