[SSE] Set hidden formulas
This commit is contained in:
parent
a256c9413b
commit
1603e3cf9b
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue