VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetEditorControlJS type / setFocusedAndSelectedCells Property
Syntax BrowserCompatibility SeeAlso
In This Topic
setFocusedAndSelectedCells Method
In This Topic
Sets the selected cells and focused cells to the specified value.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetEditorControlJS(parentDivId);

var value; // Type: any

// Parameters
var referenceString; // Type: string

value = instance.setFocusedAndSelectedCells(referenceString);

Parameters

referenceString
The string that represents cell references. For example: 'A1' - A1 cell, 'A1:B2' - A1 to B2 cell range, 'A:A' - whole A column, '1:5' - 1 to 5 row range.
Browser Compatibility
56+
45+
11
See Also