SpreadJS Documentation
getHost Method
Gets the host element of the current Spread instance.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var value; // Type: HTMLElement
value = instance.getHost();
function getHost() : HTMLElement;

Return Value

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

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.