[SSE] Set hidden formulas
This commit is contained in:
parent
a256c9413b
commit
1603e3cf9b
|
@ -264,6 +264,7 @@ define([
|
|||
this.api.asc_setGraphicObjectProps(props);
|
||||
break;
|
||||
case 3: // formula
|
||||
this.api.asc_setCellHiddenFormulas(value=='checked');
|
||||
break;
|
||||
}
|
||||
Common.NotificationCenter.trigger('edit:complete', this);
|
||||
|
|
Loading…
Reference in a new issue