Commit 623e50d8 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 32409

parent 62201310
...@@ -1255,7 +1255,7 @@ ...@@ -1255,7 +1255,7 @@
asc_setShowGridLines: function (val) { this.showGridLines = val; }, asc_setShowGridLines: function (val) { this.showGridLines = val; },
asc_setShowRowColHeaders: function (val) { this.showRowColHeaders = val; }, asc_setShowRowColHeaders: function (val) { this.showRowColHeaders = val; },
getType : function () { getType : function () {
return UndoRedoDataTypes.SheetViewSettings; return AscCommonExcel.UndoRedoDataTypes.SheetViewSettings;
}, },
getProperties : function () { getProperties : function () {
return this.Properties; return this.Properties;
......
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