Enum ExcelDataValidationImeMode
- Namespace
- OfficeOpenXml.DataValidation
- Assembly
- EPPlus.dll
Mode for east-asian languages who use Input Method Editors(IME)
public enum ExcelDataValidationImeMode
Fields
Disabled = 3
IME mode is disabled when cell is selected
FullAlpha = 7
Forces on and Alpha-Numeric IME
FullHangul = 9
Forces on and Full-width Hangul if Korean IME
FullKatakana = 5
Forces on and full-width katakana
HalfAlpha = 8
Forces on and half-width alpha-numeric
HalfHangul = 10
Forces on and half-width Hangul
HalfKatakana = 6
Forces on and half-width katakana
Hiragana = 4
Forces on and Hiragana (only applies if Japanese IME)
NoControl = 0
Default. Has no effect on IME
Off = 1
Forces IME mode to OFF
On = 2
Forces the IMEmode to be on when first selecting the cell