SpreadJS Documentation
autoComplete Method
GC.Spread.Sheets.FormulaTextBox Namespace > FormulaTextBox class : autoComplete Method
Whether to use automatic complete when editing.
Gets or sets whether the text box uses automatic complete.
Syntax
var instance = new GC.Spread.Sheets.FormulaTextBox.FormulaTextBox(host, options);
var returnValue; // Type: boolean
returnValue = instance.autoComplete(value);
function autoComplete( 
   value : boolean
) : boolean;

Parameters

value
Whether to use automatic complete when editing.

Return Value

If no value is set, returns whether the text box uses auto complete; otherwise, there is no return value.
See Also

Reference

FormulaTextBox class