setTextInputForCellValueExternalEditor Method
In This Topic
Sets the text input for external editor of cell value.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetEditorControlJS(parentDivId);
var value; // Type: any
// Parameters
var textInput; // Type: object
value = instance.setTextInputForCellValueExternalEditor(textInput);
function setTextInputForCellValueExternalEditor(
: object
) : any;
Parameters
- textInput
- The DOM-element that represents text input for external editor of cell value.
Browser Compatibility
See Also