[]
        
(Showing Draft Content)

GC.Spread.Sheets.NameBox

Namespace: NameBox

Spread.Sheets.NameBox

Table of contents

Classes

Interfaces

Functions

Functions

findControl

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

Parameters

Name Type Description
host string | HTMLElement The host element or the host element id.

Returns

NameBox

The NameBox instance.