[]
Defines the IME mode to control the state of the Input Method Editor (IME).
deprecated
This enum currently only works in Internet Explorer.
example
//This example uses the imeMode method.
activeSheet.getRange(-1, 2, -1, 1).imeMode(GC.Spread.Sheets.ImeMode.auto);
• active = 2
All characters are entered through the IME. Users can still deactivate the IME.
• auto = 1
No change is made to the current input method editor state.
• disabled = 0
The input method editor is disabled and may not be activated by the user.
• inactive = 4
All characters are entered without IME. Users can still activate the IME.