Spread.Sheets Documentation
getActiveSheet Method
Gets the active sheet.
Syntax
var instance = new GC.Spread.Sheets.Workbook(host);
var value; // Type: Worksheet
value = instance.getActiveSheet();
function getActiveSheet() : Worksheet;

Return Value

The active sheet instance.
See Also

Reference

Workbook type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.