[]
▸ findControl(host
): NameBox
Gets the NameBox instance by the host element.
代码示例
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');
属性名 | 类型 | 说明 |
---|---|---|
host |
string | HTMLElement |
宿主元素或宿主元素id |
The NameBox instance.