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);
function setFocusedAndSelectedCells(
: string
) : any;
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
See Also