Validation.IMEMode Property
Returns or sets the description of the Japanese input rules. Can be one of the XlIMEMode constants. Read/write Integer.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property IMEMode As Integer
Get
Set
'Usage
Dim instance As Validation
Dim value As Integer
value = instance.IMEMode
instance.IMEMode = value
int IMEMode { get; set; }
Property Value
Type: System.Int32
Remarks
Note that this property can be set only when Japanese language support has been installed and selected.