getWorksheetIndexByName Method
Returns the worksheet index by name.
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
var value; // Type: number
// Parameters
var worksheetName; // Type: string
value = instance.getWorksheetIndexByName(worksheetName);
function getWorksheetIndexByName(
: string
) : number;
Parameters
- worksheetName
- The worksheet name.
Return Value
The worksheet index if worksheet is found; otherise, -1.