[SSE] Set hidden formulas

This commit is contained in:
Julia Radzhabova 2021-08-04 22:32:07 +03:00
parent a256c9413b
commit 1603e3cf9b

View file

@ -264,6 +264,7 @@ define([
this.api.asc_setGraphicObjectProps(props); this.api.asc_setGraphicObjectProps(props);
break; break;
case 3: // formula case 3: // formula
this.api.asc_setCellHiddenFormulas(value=='checked');
break; break;
} }
Common.NotificationCenter.trigger('edit:complete', this); Common.NotificationCenter.trigger('edit:complete', this);