SpreadJS Documentation
getParent Method
Gets the parent Spread object of the current sheet.
Syntax
var instance = new GcSpread.Sheets.Sheet(name);
var value; // Type: Spread
value = instance.getParent();
function getParent() : Spread;

Return Value

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

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.