[]
        
首页
开发者学堂
文档
论坛
市场
生态机会
活动
立即试用
(Showing Draft Content)

GC.Spread.Sheets.NameBox

Namespace: NameBox

Spread.Sheets.NameBox

Table of contents

Classes

Interfaces

Functions

Functions

findControl

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');

Parameters

Name Type Description
host string | HTMLElement 宿主元素或宿主元素id。

Returns

NameBox

NameBox实例。