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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.