Show / Hide Table of Contents

Enum ExcelDataValidationImeMode

Mode for east-asian languages who use Input Method Editors(IME)

Namespace: OfficeOpenXml.DataValidation
Assembly: EPPlus.dll
Syntax
public enum ExcelDataValidationImeMode

Fields

Name Description
Disabled

IME mode is disabled when cell is selected

FullAlpha

Forces on and Alpha-Numeric IME

FullHangul

Forces on and Full-width Hangul if Korean IME

FullKatakana

Forces on and full-width katakana

HalfAlpha

Forces on and half-width alpha-numeric

HalfHangul

Forces on and half-width Hangul

HalfKatakana

Forces on and half-width katakana

Hiragana

Forces on and Hiragana (only applies if Japanese IME)

NoControl

Default. Has no effect on IME

Off

Forces IME mode to OFF

On

Forces the IMEmode to be on when first selecting the cell

In This Article
Back to top Generated by DocFX