GcSpread.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.getColumn(2).imeMode(GcSpread.Sheets.ImeMode.Auto);
Object
GcSpread.Sheets.ImeMode