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);
Parameters
- value
- The default value is WebSpreadsheetVisualEditorInteractionModeEnumJS.Selection.
Browser Compatibility
See Also