[]
▸ findControl(host
): NameBox
Gets the NameBox instance by the host element.
example
var spread = new GC.Spread.Sheets.Workbook("ss");
var nameBox = new GC.Spread.Sheets.NameBox.NameBox('nameBox');
nameBox.bind(spread);
var nameBoxInstance = GC.Spread.Sheets.NameBox.findControl('nameBox');
Name | Type | Description |
---|---|---|
host |
string | HTMLElement |
The host element or the host element id. |
The NameBox instance.