var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetEditorControlJS(parentDivId); var value; // Type: boolean // Parameters var p0; // Type: object value = instance.tryFinishEditCellFormula(p0);
function tryFinishEditCellFormula(
p0Contains information about formula parsing error.: object
) : boolean;
Parameters
- p0
- Contains information about formula parsing error.
Return Value
True - editing of cell formula is finished successfully; false - editing of cell formula is failed.