DataValidation.Operator Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
operator
Representa el atributo siguiente en el esquema: operador
[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)
Valor de propiedad
- Atributos