GcSpread.Sheets Namespace : FormulaTextBox type |
var instance = new GcSpread.Sheets.FormulaTextBox(host);
function FormulaTextBox;
Object
GcSpread.Sheets.FormulaTextBox
Name | Description | |
---|---|---|
FormulaTextBox Constructor | Represents a formula text box. |
Name | Description | |
---|---|---|
add | Adds a custom function description. | |
autoComplete | Gets or sets whether the text box uses automatic complete. | |
bind | Binds an event. | |
caret | Gets or sets the cursor position. | |
destroy | Removes host from formula text box and removes all binding events. | |
remove | Removes a custom function description. | |
showHelp | Gets or sets whether to display the function's help tip. | |
spread | Gets or sets the Spread component to work with the formula text box. | |
text | Gets or sets the text. | |
unbind | Removes the binding of an event. | |
unbindAll | Removes the binding of all events. |