Share via


DataValidation.Operator Property

Definition

operator, this property is only available in Office 2010 and later.

Represents the following attribute in the schema: operator

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

Property Value

Attributes

Applies to