set_FocusedWorksheetIndex Method
In This Topic
Sets the index of the focused worksheet.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_FocusedWorksheetIndex(value);
function set_FocusedWorksheetIndex(
: number
) : any;
Parameters
- value
- The index of the focused worksheet.
Browser Compatibility
See Also