GC.Spread.Sheets Namespace : ImeMode Enumeration |
Member | Description |
---|---|
active | All characters are entered through the IME. Users can still deactivate the IME. |
auto | No change is made to the current input method editor state. |
disabled | The input method editor is disabled and may not be activated by the user. |
inactive | All characters are entered without IME. Users can still activate the IME. |
activeSheet.getRange(-1, 2, -1, 1).imeMode(GC.Spread.Sheets.ImeMode.auto);
Object
GC.Spread.Sheets.ImeMode