var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetEditorControlJS(parentDivId); var value; // Type: string value = instance.getFocusedCellName();
function getFocusedCellName() : string;
Return Value
The name of focused cell.
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetEditorControlJS(parentDivId); var value; // Type: string value = instance.getFocusedCellName();
function getFocusedCellName() : string;