GcSpread.Sheets Namespace > FormulaTextBox type : autoComplete Method |
var instance = new GcSpread.Sheets.FormulaTextBox(host); var returnValue; // Type: Object returnValue = instance.autoComplete(value);
function autoComplete( value : boolean ) : Object;
true
if the text box uses auto complete; otherwise, false
.