Spread.Sheets Documentation
FormulaTextBox class
Represents a formula text box.
Syntax
var instance = new GC.Spread.Sheets.FormulaTextBox.FormulaTextBox(host, options);
function FormulaTextBox;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.FormulaTextBox.FormulaTextBox

Constructors
 NameDescription
public ConstructorFormulaTextBox ConstructorRepresents a formula text box.  
Top
Methods
 NameDescription
public MethodaddAdds a custom function description.  
public MethodautoCompleteGets or sets whether the text box uses automatic complete.  
public MethodbindBinds an event.  
public MethodcaretGets or sets the cursor position.  
public MethoddestroyRemoves host from formula text box and removes all binding events.  
public Methodrefreshrefresh the formula text box with the active cell.  
public MethodremoveRemoves a custom function description.  
public MethodshowHelpGets or sets whether to display the function's help tip.  
public MethodtextGets or sets the text.  
public MethodunbindRemoves the binding of an event.  
public MethodunbindAllRemoves the binding of all events.  
public MethodworkbookGets or sets the Workbook component to work with the formula text box.  
Top
See Also

Reference

GC.Spread.Sheets.FormulaTextBox Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.