DataValidation.ImeMode Property

Definition

imeMode

Represents the following attribute in the schema: imeMode

[DocumentFormat.OpenXml.SchemaAttr(0, "imeMode")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues> ImeMode { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues> ImeMode { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "imeMode")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues>? ImeMode { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("imeMode")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues>? ImeMode { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues>? ImeMode { get; set; }
member this.ImeMode : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "imeMode")>]
member this.ImeMode : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("imeMode")>]
member this.ImeMode : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues> with get, set
Public Property ImeMode As EnumValue(Of DataValidationImeModeValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to