VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetEditorControlJS type / setTextInputForCellValueExternalEditor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    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(
    textInput
    The DOM-element that represents text input for external editor of cell value.
    : object
    ) : any;

    Parameters

    textInput
    The DOM-element that represents text input for external editor of cell value.
    Browser Compatibility
    56+
    45+
    11
    See Also