[]
▸ findControl(host): NameBox
通过宿主元素获取NameBox实例。
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 |
宿主元素或宿主元素id。 |
NameBox实例。