Spread.Sheets Documentation
getHost Method
GC.Spread.Sheets Namespace > Workbook type : getHost Method
Gets the host element of the current Workbook instance.
Syntax
var instance = new GC.Spread.Sheets.Workbook(host);
var value; // Type: HTMLElement
value = instance.getHost();
function getHost() : HTMLElement;

Return Value

host The host element of the current Workbook instance.
See Also

Reference

Workbook type