DataValidation.Operator Property
Operator.Represents the attribte in schema: operator
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "operator")> _
Public Property Operator As EnumValue(Of DataValidationOperatorValues)
Get
Set
'Uso
Dim instance As DataValidation
Dim value As EnumValue(Of DataValidationOperatorValues)
value = instance.Operator
instance.Operator = value
[SchemaAttrAttribute(, "operator")]
public EnumValue<DataValidationOperatorValues> Operator { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<DataValidationOperatorValues>
Returns EnumValue<T>.
Remarks
The IME (input method editor) mode enforced by this data validation. Only applies for these languages:
Chinese Simplified
Chinese Traditional
Japanese
Korean
When imeMode is set, the input for the cell can be restricted to specific sets of characters, as specified by the value of imeMode. See the simple type referenced below for additional details.
When imeMode is set but the application's language is not one of the languages listed above, then the default value is noControl.
The possible values for this attribute are defined by the ST_DataValidationImeMode simple type.