SpreadJS Documentation
getParent Method
GC.Spread.Sheets Namespace > Worksheet type : getParent Method
Gets the parent Spread object of the current sheet.
Syntax
var instance = new GC.Spread.Sheets.Worksheet(name);
var value; // Type: Workbook
value = instance.getParent();
function getParent() : Workbook;

Return Value

Returns the parent Spread object of the current sheet.
See Also

Reference

Worksheet type