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

Parameters

value
Whether to use automatic complete when editing.

Return Value

true if the text box uses auto complete; otherwise, false.
See Also

Reference

FormulaTextBox type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.