VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / set_FocusedWorksheetIndex Property
Syntax BrowserCompatibility SeeAlso
In This Topic
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);

Parameters

value
The index of the focused worksheet.
Browser Compatibility
56+
45+
11
See Also