Spread.Sheets Documentation
ImeMode Enumeration
Defines the IME mode to control the state of the Input Method Editor (IME).
Members
MemberDescription
activeAll characters are entered through the IME. Users can still deactivate the IME.
autoNo change is made to the current input method editor state.
disabledThe input method editor is disabled and may not be activated by the user.
inactiveAll characters are entered without IME. Users can still activate the IME.
Example
This example uses the imeMode method.
activeSheet.getRange(-1, 2, -1, 1).imeMode(GC.Spread.Sheets.ImeMode.auto);
Inheritance Hierarchy

Object
   GC.Spread.Sheets.ImeMode

See Also

Reference

GC.Spread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.