[]
        
(Showing Draft Content)

GC.Spread.Sheets.NameBox

命名空间: NameBox

Spread.Sheets.NameBox

Table of contents

接口

函数

Functions

findControl

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

返回值

NameBox

The NameBox instance.