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.