VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetEditorControlJS type / insertFormulaInFocusedCell Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    insertFormulaInFocusedCell Method
    In This Topic
    Inserts the formula in focused cell.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetEditorControlJS(parentDivId);
    
    var value; // Type: any
    
    // Parameters
    var formula; // Type: string
    
    value = instance.insertFormulaInFocusedCell(formula);
    
    
    function insertFormulaInFocusedCell(
    formula
    The formula.
    : string
    ) : any;

    Parameters

    formula
    The formula.
    Browser Compatibility
    56+
    45+
    11
    See Also