SpreadJS Documentation
GC.Spread.Sheets.FormulaTextBox Namespace / FormulaTextBox class / refresh Method
In This Topic
    refresh Method
    In This Topic
    refresh the formula text box with the active cell.
    Syntax
    var instance = new GC.Spread.Sheets.FormulaTextBox.FormulaTextBox(host, options);
    var value; // Type: any
    value = instance.refresh();
    function refresh() : any;
    See Also