var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: any value = instance.isSelected(selectedState);
function isSelected( (optional) selectedState : boolean ) : any;
Parameters
- selectedState
- The selected state of the worksheet.
Return Value
If no selectedState is set, returns the worksheet selected state; otherwise, returns the worksheet.