Commit af3c2059 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

При смене SheetViewSettings отправляем asc_onUpdateSheetViewSettings

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56110 954022d7-b5bf-4e40-9824-e11837661b57
parent b92645b5
......@@ -2211,6 +2211,7 @@ Woorksheet.prototype.setSheetViewSettings = function (options) {
History.Add(g_oUndoRedoWorksheet, historyitem_Worksheet_SetViewSettings, this.getId(), null, new UndoRedoData_FromTo(current, options.clone()));
this.sheetViews[0].setSettings(options);
this.workbook.handlers.trigger("asc_onUpdateSheetViewSettings");
};
Woorksheet.prototype.getRowsCount=function(){
return this.nRowsCount;
......
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