FormControlProperties.Checked 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í.
activada, esta propiedad solo está disponible en Office 2010 y versiones posteriores.
Representa el atributo siguiente en el esquema: checked
[DocumentFormat.OpenXml.SchemaAttr(0, "checked")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.CheckedValues> Checked { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.CheckedValues> Checked { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "checked")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.CheckedValues>? Checked { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("checked")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.CheckedValues>? Checked { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.CheckedValues>? Checked { get; set; }
member this.Checked : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.CheckedValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "checked")>]
member this.Checked : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.CheckedValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("checked")>]
member this.Checked : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.CheckedValues> with get, set
Public Property Checked As EnumValue(Of CheckedValues)
Valor de propiedad
- Atributos