VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / set_InteractionMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_InteractionMode Method
    In This Topic
    Sets the interaction mode of the spreadsheet visual editor.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebSpreadsheetVisualEditorInteractionModeEnumJS
    
    returnValue = instance.set_InteractionMode(value);
    
    
    function set_InteractionMode(
    value
    The default value is WebSpreadsheetVisualEditorInteractionModeEnumJS.Selection.
    : WebSpreadsheetVisualEditorInteractionModeEnumJS
    ) : any;

    Parameters

    value
    The default value is WebSpreadsheetVisualEditorInteractionModeEnumJS.Selection.
    Browser Compatibility
    56+
    45+
    11
    See Also