Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.